Author: diego
Date: Mon Dec 14 01:57:33 2009
New Revision: 30016

Log:
Use variable for HTML stylesheet so individual languages can use their own.

Modified:
   trunk/DOCS/xml/Makefile.inc

Modified: trunk/DOCS/xml/Makefile.inc
==============================================================================
--- trunk/DOCS/xml/Makefile.inc Mon Dec 14 01:42:46 2009        (r30015)
+++ trunk/DOCS/xml/Makefile.inc Mon Dec 14 01:57:33 2009        (r30016)
@@ -36,7 +36,7 @@ xmllint: main.xml $(SYMLINKS_DEPS)
        ../xmllint.sh $<
 
 $(HTMLDIR)/default.css:
-       cp -f ../default.css $(@D)
+       cp -f $(HTML_STYLESHEET) $(@D)
 
 $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint 
$(HTMLDIR)/default.css
        ../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to