summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/Makefile.inc
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.inc
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.inc')
-rw-r--r--DOCS/xml/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/Makefile.inc b/DOCS/xml/Makefile.inc
index 30c18d7535..d509d42e53 100644
--- a/DOCS/xml/Makefile.inc
+++ b/DOCS/xml/Makefile.inc
@@ -28,7 +28,7 @@ HTML_STYLESHEET ?= ../default.css
# This is the main target...
all: html-chunked html-single
html-chunked: $(HTMLDIR)/index.html
-html-single: $(HTMLFILE)
+html-single: $(HTMLDIR)/MPlayer.html
SYMLINKS_DEPS:=$(if $(findstring yes,$(USE_SYMLINKS)), $(patsubst ../en/%,%,$(wildcard ../en/*.xml)))
@@ -39,7 +39,7 @@ $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint
cp -f $(HTML_STYLESHEET) $(@D)
../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
-$(HTMLFILE): main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint
+$(HTMLDIR)/MPlayer.html: main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint
cp -f $(HTML_STYLESHEET) $(@D)
../xsltproc.sh $@ $(HTML_SINGLE_XSL) $<