diff DOCS/xml/Makefile.inc @ 29976:397bda90657c

Drop support for per-language stylesheets. In all these years nobody ever used this feature.
author diego
date Mon, 14 Dec 2009 01:51:42 +0000
parents 2d0562d1c52f
children 253fb126c4ee
line wrap: on
line diff
--- a/DOCS/xml/Makefile.inc	Mon Dec 14 01:34:02 2009 +0000
+++ b/DOCS/xml/Makefile.inc	Mon Dec 14 01:51:42 2009 +0000
@@ -22,9 +22,6 @@
 XSL_DEPS := $(HTML_SINGLE_XSL) ../html-common.xsl
 endif
 
-# Fall back to the default HTML stylesheet if none is specified.
-HTML_STYLESHEET ?= ../default.css
-
 # This is the main target...
 all: html-chunked html-single
 html-chunked: $(HTMLDIR)/index.html
@@ -36,7 +33,7 @@
 	../xmllint.sh $<
 
 $(HTMLDIR)/default.css:
-	cp -f $(HTML_STYLESHEET) $(@D)
+	cp -f ../default.css $(@D)
 
 $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(HTMLDIR)/default.css
 	../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<