From a1c5ce61194e5bb12eb9e61076c241104ecc0e71 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 14 Dec 2009 01:51:42 +0000 Subject: Drop support for per-language stylesheets. In all these years nobody ever used this feature. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30018 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/Makefile.inc | 5 +---- DOCS/xml/README.maintainers | 6 +----- DOCS/xml/cs/Makefile | 3 --- DOCS/xml/de/Makefile | 3 --- DOCS/xml/en/Makefile | 3 --- DOCS/xml/es/Makefile | 3 --- DOCS/xml/fr/Makefile | 3 --- DOCS/xml/hu/Makefile | 3 --- DOCS/xml/it/Makefile | 3 --- DOCS/xml/pl/Makefile | 3 --- DOCS/xml/ru/Makefile | 3 --- DOCS/xml/zh_CN/Makefile | 3 --- 12 files changed, 2 insertions(+), 39 deletions(-) (limited to 'DOCS') diff --git a/DOCS/xml/Makefile.inc b/DOCS/xml/Makefile.inc index c260710479..72db2a0f24 100644 --- a/DOCS/xml/Makefile.inc +++ b/DOCS/xml/Makefile.inc @@ -22,9 +22,6 @@ HTML_SINGLE_XSL := ../html-single.xsl 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: main.xml $(SYMLINKS_DEPS) ../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 --git a/DOCS/xml/README.maintainers b/DOCS/xml/README.maintainers index 86be440a09..f2fb2e7e12 100644 --- a/DOCS/xml/README.maintainers +++ b/DOCS/xml/README.maintainers @@ -67,11 +67,7 @@ Adding new translations -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 --git a/DOCS/xml/cs/Makefile b/DOCS/xml/cs/Makefile index 2b263eea93..db38611f41 100644 --- a/DOCS/xml/cs/Makefile +++ b/DOCS/xml/cs/Makefile @@ -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 --git a/DOCS/xml/de/Makefile b/DOCS/xml/de/Makefile index 2b263eea93..db38611f41 100644 --- a/DOCS/xml/de/Makefile +++ b/DOCS/xml/de/Makefile @@ -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 --git a/DOCS/xml/en/Makefile b/DOCS/xml/en/Makefile index 2b263eea93..db38611f41 100644 --- a/DOCS/xml/en/Makefile +++ b/DOCS/xml/en/Makefile @@ -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 --git a/DOCS/xml/es/Makefile b/DOCS/xml/es/Makefile index 2b263eea93..db38611f41 100644 --- a/DOCS/xml/es/Makefile +++ b/DOCS/xml/es/Makefile @@ -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 --git a/DOCS/xml/fr/Makefile b/DOCS/xml/fr/Makefile index 2b263eea93..db38611f41 100644 --- a/DOCS/xml/fr/Makefile +++ b/DOCS/xml/fr/Makefile @@ -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 --git a/DOCS/xml/hu/Makefile b/DOCS/xml/hu/Makefile index 2b263eea93..db38611f41 100644 --- a/DOCS/xml/hu/Makefile +++ b/DOCS/xml/hu/Makefile @@ -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 --git a/DOCS/xml/it/Makefile b/DOCS/xml/it/Makefile index 2b263eea93..db38611f41 100644 --- a/DOCS/xml/it/Makefile +++ b/DOCS/xml/it/Makefile @@ -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 --git a/DOCS/xml/pl/Makefile b/DOCS/xml/pl/Makefile index 2b263eea93..db38611f41 100644 --- a/DOCS/xml/pl/Makefile +++ b/DOCS/xml/pl/Makefile @@ -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 --git a/DOCS/xml/ru/Makefile b/DOCS/xml/ru/Makefile index 2b263eea93..db38611f41 100644 --- a/DOCS/xml/ru/Makefile +++ b/DOCS/xml/ru/Makefile @@ -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 --git a/DOCS/xml/zh_CN/Makefile b/DOCS/xml/zh_CN/Makefile index 2b263eea93..db38611f41 100644 --- a/DOCS/xml/zh_CN/Makefile +++ b/DOCS/xml/zh_CN/Makefile @@ -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) -- cgit v1.2.3