|
From: Jorge B. <fic...@us...> - 2005-07-29 07:07:52
|
Update of /cvsroot/octave/octave-lang/es/octave/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29334 Modified Files: translation.sh Log Message: putting @bye in the temp file x.texi bottom Index: translation.sh =================================================================== RCS file: /cvsroot/octave/octave-lang/es/octave/scripts/translation.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- translation.sh 23 Jul 2005 10:16:23 -0000 1.3 +++ translation.sh 29 Jul 2005 07:07:43 -0000 1.4 @@ -1,6 +1,7 @@ #!/bin/bash cp octave.texi x.texi echo $1 >> x.texi +echo "@bye" >> x.texi makeinfo --fill-column 80 --no-warn --no-validate --no-headers --force --ifinfo --enable-encoding x.texi > temp.txt cat temp.txt | grep -v texinfo | grep -v "Local Variables:" \ | grep -v iso-8859 | grep -v End: | grep -v md5=\" > temp1.txt |