diff options
author | rathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-03-19 19:44:11 +0000 |
---|---|---|
committer | rathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-03-19 19:44:11 +0000 |
commit | 8935c9e03ccf06eba03296fbd14f9e70302f4b45 (patch) | |
tree | be3deeccd2fcabf8aa82fb07d1177ed65ac614ff | |
parent | 69f849303444825eb2d3a1c4ba5b2aeaed387106 (diff) |
Fix HTML docs generation, broken in r28980.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29004 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | DOCS/xml/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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" |