From 15e8cb156b30663c5e81f55aa53fb257216b7bcd Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 29 Dec 2012 15:34:17 +0100 Subject: [PATCH] none --- src/doc/user/usermanual.sgml | 2 +- src/doc/user/xmlmake.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index 891ba56d..c7a1f5cc 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -8,7 +8,7 @@ Recoll"> Recoll helper applications page"> - + Xapian"> ]> diff --git a/src/doc/user/xmlmake.sh b/src/doc/user/xmlmake.sh index f5033d93..847823da 100644 --- a/src/doc/user/xmlmake.sh +++ b/src/doc/user/xmlmake.sh @@ -43,10 +43,13 @@ commonoptions="--stringparam section.autolabel 1 \ " # Do the chunky thing -test $dochunky -ne 0 && eval xsltproc $commonoptions \ +if test $dochunky -ne 0 ; then + eval xsltproc $commonoptions \ --stringparam use.id.as.filename 1 \ + --stringparam root.filename index \ "$XSLDIR/html/chunk.xsl" \ usermanual.xml +fi # Produce the single file version eval xsltproc $commonoptions \