[Julius-cvs 892] CVS update: julius4/support

Back to archive index

sumom****@users***** sumom****@users*****
2013年 12月 20日 (金) 01:28:09 JST


Index: julius4/support/build-all.sh
diff -u julius4/support/build-all.sh:1.14 julius4/support/build-all.sh:1.15
--- julius4/support/build-all.sh:1.14	Fri Jun 21 02:02:30 2013
+++ julius4/support/build-all.sh	Fri Dec 20 01:28:09 2013
@@ -6,7 +6,7 @@
 #
 # argument: any configure options except "--enable-setup=..." is allowed.
 # 
-JULIUS_VERSION=4.2.3
+JULIUS_VERSION=4.3
 
 ######################################################################
 
Index: julius4/support/cflags.x86_64-unknown-linux-gnu
diff -u /dev/null julius4/support/cflags.x86_64-unknown-linux-gnu:1.1
--- /dev/null	Fri Dec 20 01:28:09 2013
+++ julius4/support/cflags.x86_64-unknown-linux-gnu	Fri Dec 20 01:28:09 2013
@@ -0,0 +1 @@
+CFLAGS='-O6 -fomit-frame-pointer'
Index: julius4/support/makeman.sh
diff -u julius4/support/makeman.sh:1.2 julius4/support/makeman.sh:1.3
--- julius4/support/makeman.sh:1.2	Thu Oct  2 17:23:49 2008
+++ julius4/support/makeman.sh	Fri Dec 20 01:28:09 2013
@@ -6,5 +6,7 @@
 # 
 #
 nroff -man man/$1.1 | sed -e 's/.//g' | nkf -c > $2/00readme.txt
-LANG=ja_JP.eucJP nroff -Tnippon -man man/ja/$1.1 | sed -e 's/.//g' | nkf -s -c > $2/00readme-ja.txt
+groff -Dutf8 -Tutf8 -mandoc -mja -E man/ja/$1.1 | sed -e 's/.//g' | nkf -s -c > $2/00readme-ja.txt
 echo $1 "->" $2
+
+
Index: julius4/support/modrev.sh
diff -u julius4/support/modrev.sh:1.1.1.1 julius4/support/modrev.sh:1.2
--- julius4/support/modrev.sh:1.1.1.1	Fri Sep 28 11:50:56 2007
+++ julius4/support/modrev.sh	Fri Dec 20 01:28:09 2013
@@ -3,10 +3,6 @@
 # change version
 # (should be executed in the parent directory)
 #
-if [[ $# == 0 ]]; then
-	echo usage: $0 newversionname
-	exit
-fi
 newver=$1
 
 for i in ./libjulius/configure.in ./support/build-all.sh; do
Index: julius4/support/update-mantxt.sh
diff -u julius4/support/update-mantxt.sh:1.3 julius4/support/update-mantxt.sh:1.4
--- julius4/support/update-mantxt.sh:1.3	Thu Oct  2 17:23:49 2008
+++ julius4/support/update-mantxt.sh	Fri Dec 20 01:28:09 2013
@@ -23,6 +23,9 @@
 ./support/makeman.sh jcontrol jcontrol
 ./support/makeman.sh julius julius
 ./support/makeman.sh mkbingram mkbingram
+./support/makeman.sh mkbinhmmlist mkbinhmm
+mv mkbinhmm/00readme.txt mkbinhmm/00readme-mkbinhmmlist.txt
+mv mkbinhmm/00readme-ja.txt mkbinhmm/00readme-mkbinhmmlist-ja.txt
 ./support/makeman.sh mkbinhmm mkbinhmm
 ./support/makeman.sh mkdfa.pl gramtools/mkdfa
 ./support/makeman.sh mkgshmm mkgshmm



Julius-cvs メーリングリストの案内
Back to archive index