changeset 28969:ca733e5376af

Fix HTML docs generation, broken in r28980.
author rathann
date Thu, 19 Mar 2009 19:44:11 +0000
parents e67354af521e
children e7d045219b2b
files DOCS/xml/configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"