Lines Matching refs:srcfile
130 srcfile=
137 -s) shift; srcfile=$1;;
162 if test -n "$srcfile"; then
164 base=`basename "$srcfile"`
170 srcfile=$srcdir/$PACKAGE.texinfo
172 srcfile=$srcdir/$PACKAGE.texi
174 srcfile=$srcdir/$PACKAGE.txi
191 echo Generating output formats for $srcfile
193 cmd="$SETLANG $MAKEINFO -o $PACKAGE.info \"$srcfile\""
202 cmd="$SETLANG ${TEXI2DVI} \"$srcfile\""
218 cmd="$SETLANG ${TEXI2DVI} --pdf \"$srcfile\""
224 cmd="$SETLANG $MAKEINFO -o $PACKAGE.txt --no-split --no-headers \"$srcfile\""
235 cmd="$SETLANG $TEXI2HTML --output $PACKAGE.html $opt \"$srcfile\""
253 cmd="$SETLANG $MAKEINFO $opt \"$srcfile\""
262 cmd="$SETLANG $MAKEINFO --html -o $PACKAGE.html $htmlarg \"$srcfile\""
276 cmd="$SETLANG $TEXI2HTML --output $PACKAGE.html $htmlarg \"$srcfile\""
291 d=`dirname $srcfile`
300 cmd="$SETLANG $MAKEINFO -o - --docbook \"$srcfile\" > ${srcdir}/$PACKAGE-db.xml"