From fdb5454df2e6c0c631728c87ccec2887ed869f4a Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 15 Nov 2006 10:37:41 +0000 Subject: Output UTF-8 instead of legacy encodings by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20940 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/html-common.xsl | 3 +++ DOCS/xml/pl/Makefile | 4 ++-- DOCS/xml/pl/html-chunk.xsl | 8 -------- DOCS/xml/pl/html-common.xsl | 17 ----------------- DOCS/xml/pl/html-single.xsl | 8 -------- DOCS/xml/ru/Makefile | 4 ++-- DOCS/xml/ru/html-chunk.xsl | 8 -------- DOCS/xml/ru/html-common.xsl | 15 --------------- DOCS/xml/ru/html-single.xsl | 8 -------- 9 files changed, 7 insertions(+), 68 deletions(-) delete mode 100644 DOCS/xml/pl/html-chunk.xsl delete mode 100644 DOCS/xml/pl/html-common.xsl delete mode 100644 DOCS/xml/pl/html-single.xsl delete mode 100644 DOCS/xml/ru/html-chunk.xsl delete mode 100644 DOCS/xml/ru/html-common.xsl delete mode 100644 DOCS/xml/ru/html-single.xsl (limited to 'DOCS/xml') diff --git a/DOCS/xml/html-common.xsl b/DOCS/xml/html-common.xsl index cfe3841ece..dc3cb14cea 100644 --- a/DOCS/xml/html-common.xsl +++ b/DOCS/xml/html-common.xsl @@ -8,6 +8,9 @@ Set parameters ************** --> + + + diff --git a/DOCS/xml/pl/Makefile b/DOCS/xml/pl/Makefile index 8457da2abd..e36fbfffa5 100644 --- a/DOCS/xml/pl/Makefile +++ b/DOCS/xml/pl/Makefile @@ -5,7 +5,7 @@ USE_SYMLINKS = no # Dependency information. -$(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl -$(HTMLFILE): $(wildcard *.xml) html-common.xsl +$(HTMLDIR)/index.html: $(wildcard *.xml) +$(HTMLFILE): $(wildcard *.xml) include ../Makefile.inc diff --git a/DOCS/xml/pl/html-chunk.xsl b/DOCS/xml/pl/html-chunk.xsl deleted file mode 100644 index 8e82e1b8dd..0000000000 --- a/DOCS/xml/pl/html-chunk.xsl +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - diff --git a/DOCS/xml/pl/html-common.xsl b/DOCS/xml/pl/html-common.xsl deleted file mode 100644 index e7973224c8..0000000000 --- a/DOCS/xml/pl/html-common.xsl +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/DOCS/xml/pl/html-single.xsl b/DOCS/xml/pl/html-single.xsl deleted file mode 100644 index 03cccf55f7..0000000000 --- a/DOCS/xml/pl/html-single.xsl +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - diff --git a/DOCS/xml/ru/Makefile b/DOCS/xml/ru/Makefile index 0df3544fb0..e18885f6df 100644 --- a/DOCS/xml/ru/Makefile +++ b/DOCS/xml/ru/Makefile @@ -5,7 +5,7 @@ USE_SYMLINKS = yes # Dependency information. -$(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl -$(HTMLFILE): $(wildcard *.xml) html-common.xsl +$(HTMLDIR)/index.html: $(wildcard *.xml) +$(HTMLFILE): $(wildcard *.xml) include ../Makefile.inc diff --git a/DOCS/xml/ru/html-chunk.xsl b/DOCS/xml/ru/html-chunk.xsl deleted file mode 100644 index 8e82e1b8dd..0000000000 --- a/DOCS/xml/ru/html-chunk.xsl +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - diff --git a/DOCS/xml/ru/html-common.xsl b/DOCS/xml/ru/html-common.xsl deleted file mode 100644 index 1cf1887e5d..0000000000 --- a/DOCS/xml/ru/html-common.xsl +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - diff --git a/DOCS/xml/ru/html-single.xsl b/DOCS/xml/ru/html-single.xsl deleted file mode 100644 index 03cccf55f7..0000000000 --- a/DOCS/xml/ru/html-single.xsl +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - -- cgit v1.2.3