[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

make doc-clean doc errors

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-07-23 21:13:39 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.