# HG changeset patch # User diego # Date 1260755502 0 # Node ID 397bda90657cd316ed4bf652f9175392dfa20751 # Parent 2d0562d1c52fd09053793fdc12abaaf7d7242f65 Drop support for per-language stylesheets. In all these years nobody ever used this feature. diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/Makefile.inc --- 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) $< diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/README.maintainers --- a/DOCS/xml/README.maintainers Mon Dec 14 01:34:02 2009 +0000 +++ b/DOCS/xml/README.maintainers Mon Dec 14 01:51:42 2009 +0000 @@ -67,11 +67,7 @@ -5) If you are using your own HTML stylesheet, edit your Makefile and set - the HTML_STYLESHEET variable to its name. Please, don't call your HTML - stylesheet 'default.css'. - -6) In each translated file after the tag you must put a note +5) In each translated file after the tag you must put a note like , where 2 is the revision of corresponding English file (see comment at the top of file). diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/cs/Makefile --- a/DOCS/xml/cs/Makefile Mon Dec 14 01:34:02 2009 +0000 +++ b/DOCS/xml/cs/Makefile Mon Dec 14 01:51:42 2009 +0000 @@ -1,6 +1,3 @@ -# Set if you are using your own HTML stylesheet... -#HTML_STYLESHEET = mystyle.css - # Dependency information. $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/de/Makefile --- a/DOCS/xml/de/Makefile Mon Dec 14 01:34:02 2009 +0000 +++ b/DOCS/xml/de/Makefile Mon Dec 14 01:51:42 2009 +0000 @@ -1,6 +1,3 @@ -# Set if you are using your own HTML stylesheet... -#HTML_STYLESHEET = mystyle.css - # Dependency information. $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/en/Makefile --- a/DOCS/xml/en/Makefile Mon Dec 14 01:34:02 2009 +0000 +++ b/DOCS/xml/en/Makefile Mon Dec 14 01:51:42 2009 +0000 @@ -1,6 +1,3 @@ -# Set if you are using your own HTML stylesheet... -#HTML_STYLESHEET = mystyle.css - # Dependency information. $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/es/Makefile --- a/DOCS/xml/es/Makefile Mon Dec 14 01:34:02 2009 +0000 +++ b/DOCS/xml/es/Makefile Mon Dec 14 01:51:42 2009 +0000 @@ -1,6 +1,3 @@ -# Set if you are using your own HTML stylesheet... -#HTML_STYLESHEET = mystyle.css - # Dependency information. $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/fr/Makefile --- a/DOCS/xml/fr/Makefile Mon Dec 14 01:34:02 2009 +0000 +++ b/DOCS/xml/fr/Makefile Mon Dec 14 01:51:42 2009 +0000 @@ -1,6 +1,3 @@ -# Set if you are using your own HTML stylesheet... -#HTML_STYLESHEET = mystyle.css - # Dependency information. $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/hu/Makefile --- a/DOCS/xml/hu/Makefile Mon Dec 14 01:34:02 2009 +0000 +++ b/DOCS/xml/hu/Makefile Mon Dec 14 01:51:42 2009 +0000 @@ -1,6 +1,3 @@ -# Set if you are using your own HTML stylesheet... -#HTML_STYLESHEET = mystyle.css - # Dependency information. $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/it/Makefile --- a/DOCS/xml/it/Makefile Mon Dec 14 01:34:02 2009 +0000 +++ b/DOCS/xml/it/Makefile Mon Dec 14 01:51:42 2009 +0000 @@ -1,6 +1,3 @@ -# Set if you are using your own HTML stylesheet... -#HTML_STYLESHEET = mystyle.css - # Dependency information. $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/pl/Makefile --- a/DOCS/xml/pl/Makefile Mon Dec 14 01:34:02 2009 +0000 +++ b/DOCS/xml/pl/Makefile Mon Dec 14 01:51:42 2009 +0000 @@ -1,6 +1,3 @@ -# Set if you are using your own HTML stylesheet... -#HTML_STYLESHEET = mystyle.css - # Dependency information. $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/ru/Makefile --- a/DOCS/xml/ru/Makefile Mon Dec 14 01:34:02 2009 +0000 +++ b/DOCS/xml/ru/Makefile Mon Dec 14 01:51:42 2009 +0000 @@ -1,6 +1,3 @@ -# Set if you are using your own HTML stylesheet... -#HTML_STYLESHEET = mystyle.css - # Dependency information. $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml) diff -r 2d0562d1c52f -r 397bda90657c DOCS/xml/zh_CN/Makefile --- a/DOCS/xml/zh_CN/Makefile Mon Dec 14 01:34:02 2009 +0000 +++ b/DOCS/xml/zh_CN/Makefile Mon Dec 14 01:51:42 2009 +0000 @@ -1,6 +1,3 @@ -# Set if you are using your own HTML stylesheet... -#HTML_STYLESHEET = mystyle.css - # Dependency information. $(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)