Lines Matching refs:opt
276 opt="-o $PACKAGE.txt --no-split --no-headers $commonarg"
277 cmd="$SETLANG $MAKEINFO $opt \"$srcfile\""
287 opt="--split=$1 $commonarg $htmlarg --node-files"
288 cmd="$SETLANG $TEXI2HTML --output $PACKAGE.html $opt \"$srcfile\""
305 opt="--no-split --html -o $PACKAGE.html $commonarg $htmlarg"
306 cmd="$SETLANG $MAKEINFO $opt \"$srcfile\""
316 opt="--html -o $PACKAGE.html $commonarg $htmlarg"
317 cmd="$SETLANG $MAKEINFO $opt \"$srcfile\""
330 opt="--output $PACKAGE.html $commonarg $htmlarg"
331 cmd="$SETLANG $TEXI2HTML $opt \"$srcfile\""
355 opt="-o - --docbook $commonarg"
356 cmd="$SETLANG $MAKEINFO $opt \"$srcfile\" >${srcdir}/$PACKAGE-db.xml"
365 opt="$commonarg -o $split_html_db_dir"
366 cmd="$DOCBOOK2HTML $opt \"${outdir}/$PACKAGE-db.xml\""