diff DOCS/xml/Makefile.inc @ 29972:03e8eec6e104

Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
author diego
date Mon, 14 Dec 2009 00:16:32 +0000
parents cb44dec7706e
children 113ab3d1feab
line wrap: on
line diff
--- a/DOCS/xml/Makefile.inc	Sun Dec 13 23:59:10 2009 +0000
+++ b/DOCS/xml/Makefile.inc	Mon Dec 14 00:16:32 2009 +0000
@@ -28,7 +28,7 @@
 # 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 @@
 	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) $<