diff DOCS/xml/configure @ 28969:ca733e5376af

Fix HTML docs generation, broken in r28980.
author rathann
date Thu, 19 Mar 2009 19:44:11 +0000
parents 486844bc3b84
children 0f1b5b68af32
line wrap: on
line diff
--- a/DOCS/xml/configure	Thu Mar 19 15:02:44 2009 +0000
+++ b/DOCS/xml/configure	Thu Mar 19 19:44:11 2009 +0000
@@ -187,7 +187,7 @@
   then
     echo "Found xsltproc. If it works, it's probably the best choice."
     # HACK: xslt always need a target file if a doctype is set
-    _xsltcommand="OUTPUT=\"\$1\"; if test -d \"\$OUTPUT\" ; then OUTPUT=\"$OUTPUT/dummy.html\" ; fi;"
+    _xsltcommand="OUTPUT=\"\$1\"; if test -d \"\$OUTPUT\" ; then OUTPUT=\"\$OUTPUT/dummy.html\" ; fi;"
     if test -n "$_catalog"
     then
       _xsltcommand="$_xsltcommand xsltproc --catalogs -o \$OUTPUT \$2 \$3"