From 4e2fc18eda61a57539cba30caa5b7a3c02f158de Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 20 May 2017 09:13:36 +0200 Subject: [PATCH] removed list of tables --- lam/docs/manual-sources/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/docs/manual-sources/make.sh b/lam/docs/manual-sources/make.sh index 96aa85c8..206e3f8f 100755 --- a/lam/docs/manual-sources/make.sh +++ b/lam/docs/manual-sources/make.sh @@ -8,7 +8,7 @@ rm -rf ../manual mkdir ../manual -xsltproc --xinclude -o ../manual/ --stringparam html.stylesheet.type text/css --stringparam html.stylesheet style.css /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl howto.xml +xsltproc --xinclude -o ../manual/ --stringparam generate.toc "book toc" --stringparam html.stylesheet.type text/css --stringparam html.stylesheet style.css /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl howto.xml mkdir ../manual/images cp images/*.png ../manual/images mkdir ../manual/resources