[MPlayer-DOCS] r30021 - trunk/DOCS/xml/Makefile.inc
diego
subversion at mplayerhq.hu
Mon Dec 14 03:25:40 CET 2009
Author: diego
Date: Mon Dec 14 03:25:40 2009
New Revision: 30021
Log:
cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.
Modified:
trunk/DOCS/xml/Makefile.inc
Modified: trunk/DOCS/xml/Makefile.inc
==============================================================================
--- trunk/DOCS/xml/Makefile.inc Mon Dec 14 03:01:50 2009 (r30020)
+++ trunk/DOCS/xml/Makefile.inc Mon Dec 14 03:25:40 2009 (r30021)
@@ -6,7 +6,7 @@ HTML_CHUNK_XSL := ../html-chunk.xsl
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)/default.css:
$(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:
More information about the MPlayer-DOCS
mailing list