summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 00:16:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 00:16:32 +0000
commitb933c31df5e85b89e1610e91c933e587434c299e (patch)
treeffea742cc761ef18b1258cfcd5e7212bf0663ba8 /DOCS/xml/Makefile
parent4a7eee53920f0a6c77d8e95dcb5318219e8e98fc (diff)
downloadmpv-b933c31df5e85b89e1610e91c933e587434c299e.tar.bz2
mpv-b933c31df5e85b89e1610e91c933e587434c299e.tar.xz
Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30014 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/Makefile')
-rw-r--r--DOCS/xml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/Makefile b/DOCS/xml/Makefile
index c7ce2e99f9..e9b0b2288f 100644
--- a/DOCS/xml/Makefile
+++ b/DOCS/xml/Makefile
@@ -41,7 +41,7 @@ html-chunked-$(1): $(HTML)/$(1) xsltproc.sh xmllint.sh
$(MAKE) HTMLDIR=../$$< -C $(1) html-chunked
html-single-$(1): $(HTML)/$(1) xsltproc.sh xmllint.sh
- $(MAKE) HTMLFILE=../$$</MPlayer.html -C $(1) html-single
+ $(MAKE) HTMLDIR=../$$< -C $(1) html-single
xmllint-$(1): xmllint.sh
$(MAKE) -C $(1) xmllint