From 8935c9e03ccf06eba03296fbd14f9e70302f4b45 Mon Sep 17 00:00:00 2001 From: rathann Date: Thu, 19 Mar 2009 19:44:11 +0000 Subject: Fix HTML docs generation, broken in r28980. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29004 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/xml/configure b/DOCS/xml/configure index 94f41690be..a15cdecd03 100755 --- a/DOCS/xml/configure +++ b/DOCS/xml/configure @@ -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" -- cgit v1.2.3