From b933c31df5e85b89e1610e91c933e587434c299e Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 14 Dec 2009 00:16:32 +0000 Subject: 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 --- DOCS/xml/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/xml/Makefile.inc') 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) $< -- cgit v1.2.3