changeset 29979:4d2792f3a070

cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.
author diego
date Mon, 14 Dec 2009 02:25:40 +0000
parents 253fb126c4ee
children 2a55ab2aff1d
files DOCS/xml/Makefile.inc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/Makefile.inc	Mon Dec 14 02:01:50 2009 +0000
+++ b/DOCS/xml/Makefile.inc	Mon Dec 14 02:25:40 2009 +0000
@@ -6,7 +6,7 @@
 CHUNK_XSL_DEPS := $(HTML_CHUNK_XSL) ../html-common.xsl
 
 HTML_SINGLE_XSL := ../html-single.xsl
-XSL_DEPS := $(HTML_SINGLE_XSL) ../html-common.xsl
+SINGLE_XSL_DEPS := $(HTML_SINGLE_XSL) ../html-common.xsl
 
 # This is the main target...
 all: html-chunked html-single
@@ -24,7 +24,7 @@
 $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(HTMLDIR)/default.css
 	../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
 
-$(HTMLDIR)/MPlayer.html: main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(HTMLDIR)/default.css
+$(HTMLDIR)/MPlayer.html: main.xml $(SINGLE_XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(HTMLDIR)/default.css
 	../xsltproc.sh $@ $(HTML_SINGLE_XSL) $<
 
 ../html-chunk.xsl ../html-single.xsl main.xml: