Split manual by section instead of node (much more readable).

git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@46 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
This commit is contained in:
Dave Robillard 2006-10-05 08:31:52 +00:00
parent 8b1cb1420d
commit 15add23c91
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ html-manual-stamp: lash-manual.texi.in
mkdir -lash-manual-html-split; \
fi
cd lash-manual-html-one-page && \
texi2html -number -monolithic ../$(top_srcdir)/docs/lash-manual.texi
texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
cd lash-manual-html-split && \
texi2html -menu -number -split_node ../$(top_srcdir)/docs/lash-manual.texi
texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
touch html-manual-stamp
CLEANFILES = html-manual-stamp lash-manual.cps