summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-19 19:44:11 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-19 19:44:11 +0000
commit8935c9e03ccf06eba03296fbd14f9e70302f4b45 (patch)
treebe3deeccd2fcabf8aa82fb07d1177ed65ac614ff
parent69f849303444825eb2d3a1c4ba5b2aeaed387106 (diff)
downloadmpv-8935c9e03ccf06eba03296fbd14f9e70302f4b45.tar.bz2
mpv-8935c9e03ccf06eba03296fbd14f9e70302f4b45.tar.xz
Fix HTML docs generation, broken in r28980.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29004 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xDOCS/xml/configure2
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"