# HG changeset patch # User diego # Date 1260757540 0 # Node ID 4d2792f3a070798f13c8be89013b95afbb30a742 # Parent 253fb126c4eea52af91232e9ba65292ccf7326b4 cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency. diff -r 253fb126c4ee -r 4d2792f3a070 DOCS/xml/Makefile.inc --- 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: