texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/util gendocs.sh,1.3,1.4


From: karl
Subject: texinfo/util gendocs.sh,1.3,1.4
Date: Sat, 28 Feb 2004 01:11:18 +0100

Update of /cvsroot/texinfo/texinfo/util
In directory sheep:/tmp/cvs-serv29816

Modified Files:
        gendocs.sh 
Log Message:
generate ASCII in static file, not stdout, so
toc/index can get written.


Index: gendocs.sh
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/gendocs.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gendocs.sh  14 Jan 2004 16:54:25 -0000      1.3
--- gendocs.sh  28 Feb 2004 00:11:16 -0000      1.4
***************
*** 176,180 ****
  
  echo Generating ASCII...
! ${MAKEINFO} -o - --no-split --no-headers $srcfile > ${srcdir}/$PACKAGE.txt
  ascii_size="`calcsize $PACKAGE.txt`"
  gzip -f -9 -c $PACKAGE.txt >$outdir/$PACKAGE.txt.gz
--- 176,180 ----
  
  echo Generating ASCII...
! ${MAKEINFO} -o $PACKAGE.txt --no-split --no-headers $srcfile
  ascii_size="`calcsize $PACKAGE.txt`"
  gzip -f -9 -c $PACKAGE.txt >$outdir/$PACKAGE.txt.gz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]