This commit is contained in:
Jean-Francois Dockes 2012-12-29 15:34:17 +01:00
parent ad665629fd
commit 15e8cb156b
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<!ENTITY RCL "<application>Recoll</application>">
<!ENTITY RCLAPPS "<ulink url='http://www.recoll.org/features.html'>Recoll helper applications page</ulink>">
<!ENTITY RCLVERSION "1.18">
<!ENTITY RCLVERSION "1.19">
<!ENTITY XAP "<application>Xapian</application>">
<!ENTITY WIKI "http://bitbucket.org/medoc/recoll/wiki/">
]>

View File

@ -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 \