Home | History | Annotate | Download | only in build-aux

Lines Matching refs:texi

3 #   mentioned in maintain.texi.  See the help message below for usage details.
66 Generate output in various formats from PACKAGE.texinfo (or .texi or
72 -s SRCFILE read Texinfo from SRCFILE, instead of PACKAGE.{texinfo|texi|txi}
93 tree, as explained in the Web Pages node of maintain.texi.
176 *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;;
181 elif test -s "$srcdir/$PACKAGE.texi"; then
182 srcfile=$srcdir/$PACKAGE.texi
186 echo "$0: cannot find .texinfo or .texi or .txi for $PACKAGE in $srcdir." >&2
349 srcfiles=`ls *.texinfo *.texi *.txi *.eps 2>/dev/null` || true
350 tar cvzfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles
352 texi_tgz_size=`calcsize "$outdir/$PACKAGE.texi.tar.gz"`