When I run
$ make doc-clean doc
I get this output:
% make doc-clean doc
for d in doc/programmer/design doc/handbook; \
do \
(cd $d; \
rm -f *.info *.info-1 *.info-2 *.info-3 \
*.aux *.cp *.fn *.ky *.log *.pg *.toc \
*.tp *.vr \
*.dvi *.txt *.html *.ps *.pdf); \
done
/usr/bin/makeinfo -I `dirname doc/programmer/design/svn-design.texi`
-o doc/programmer/design/svn-design.info doc/programmer/design/svn-design.texi
/usr/bin/makeinfo -I `dirname doc/handbook/svn-handbook.texi` -o
doc/handbook/svn-handbook.info doc/handbook/svn-handbook.texi
/usr/bin/makeinfo -I `dirname doc/programmer/design/svn-design.texi`
--no-headers -o doc/programmer/design/svn-design.txt
doc/programmer/design/svn-design.texi
/usr/bin/makeinfo -I `dirname doc/handbook/svn-handbook.texi`
--no-headers -o doc/handbook/svn-handbook.txt doc/handbook/svn-handbook.texi
/usr/bin/makeinfo -I `dirname doc/programmer/design/svn-design.texi`
--no-headers --html -o doc/programmer/design/svn-design.html
doc/programmer/design/svn-design.texi
makeinfo: --no-headers conflicts with --no-split for --html.
Try `makeinfo --help' for more information.
I'm using makeinfo 4.1.
Can somebody with more experience with makeinfo say what should happen
with the command line arguments?
Blair
--
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 23 21:14:10 2002