summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 01:51:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 01:51:42 +0000
commita1c5ce61194e5bb12eb9e61076c241104ecc0e71 (patch)
treee78cef098077ecc6411d91cb0ff675dde4d27b80 /DOCS
parent130e2f9b675dcc40f26743fb5bf068e75392532b (diff)
downloadmpv-a1c5ce61194e5bb12eb9e61076c241104ecc0e71.tar.bz2
mpv-a1c5ce61194e5bb12eb9e61076c241104ecc0e71.tar.xz
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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/Makefile.inc5
-rw-r--r--DOCS/xml/README.maintainers6
-rw-r--r--DOCS/xml/cs/Makefile3
-rw-r--r--DOCS/xml/de/Makefile3
-rw-r--r--DOCS/xml/en/Makefile3
-rw-r--r--DOCS/xml/es/Makefile3
-rw-r--r--DOCS/xml/fr/Makefile3
-rw-r--r--DOCS/xml/hu/Makefile3
-rw-r--r--DOCS/xml/it/Makefile3
-rw-r--r--DOCS/xml/pl/Makefile3
-rw-r--r--DOCS/xml/ru/Makefile3
-rw-r--r--DOCS/xml/zh_CN/Makefile3
12 files changed, 2 insertions, 39 deletions
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
<xsl:param name="chunker.output.encoding" select="'your_encoding'"/>
<xsl:output encoding="your_encoding"/>
-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 <?xml ... ?> tag you must put a note
+5) In each translated file after the <?xml ... ?> tag you must put a note
like <!-- synced with r2 -->, 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)