comparison DOCS/xml/Makefile.inc @ 29974:f5dc9e815865

Use variable for HTML stylesheet so individual languages can use their own.
author diego
date Mon, 14 Dec 2009 00:57:33 +0000
parents 113ab3d1feab
children 2d0562d1c52f
comparison
equal deleted inserted replaced
29973:113ab3d1feab 29974:f5dc9e815865
34 34
35 xmllint: main.xml $(SYMLINKS_DEPS) 35 xmllint: main.xml $(SYMLINKS_DEPS)
36 ../xmllint.sh $< 36 ../xmllint.sh $<
37 37
38 $(HTMLDIR)/default.css: 38 $(HTMLDIR)/default.css:
39 cp -f ../default.css $(@D) 39 cp -f $(HTML_STYLESHEET) $(@D)
40 40
41 $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(HTMLDIR)/default.css 41 $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(HTMLDIR)/default.css
42 ../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $< 42 ../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
43 43
44 $(HTMLDIR)/MPlayer.html: main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(HTMLDIR)/default.css 44 $(HTMLDIR)/MPlayer.html: main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(HTMLDIR)/default.css