[MPlayer-DOCS] r29004 - trunk/DOCS/xml/configure

rathann subversion at mplayerhq.hu
Thu Mar 19 20:44:12 CET 2009


Author: rathann
Date: Thu Mar 19 20:44:11 2009
New Revision: 29004

Log:
Fix HTML docs generation, broken in r28980.

Modified:
   trunk/DOCS/xml/configure

Modified: trunk/DOCS/xml/configure
==============================================================================
--- trunk/DOCS/xml/configure	Thu Mar 19 16:02:44 2009	(r29003)
+++ trunk/DOCS/xml/configure	Thu Mar 19 20:44:11 2009	(r29004)
@@ -187,7 +187,7 @@ then
   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"



More information about the MPlayer-DOCS mailing list