summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/pl
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml/pl')
-rw-r--r--DOCS/xml/pl/Makefile9
-rw-r--r--DOCS/xml/pl/html-chunk.xsl8
-rw-r--r--DOCS/xml/pl/html-common.xsl15
-rw-r--r--DOCS/xml/pl/html-single.xsl8
4 files changed, 1 insertions, 39 deletions
diff --git a/DOCS/xml/pl/Makefile b/DOCS/xml/pl/Makefile
index e36fbfffa5..db38611f41 100644
--- a/DOCS/xml/pl/Makefile
+++ b/DOCS/xml/pl/Makefile
@@ -1,11 +1,4 @@
-# Set if you are using your own HTML stylesheet...
-#HTML_STYLESHEET = mystyle.css
-
-# Change to yes to enable symlinking missing files to English master versions
-USE_SYMLINKS = no
-
# Dependency information.
-$(HTMLDIR)/index.html: $(wildcard *.xml)
-$(HTMLFILE): $(wildcard *.xml)
+$(HTMLDIR)/index.html $(HTMLDIR)/MPlayer.html: $(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 26cfa2f125..0000000000
--- a/DOCS/xml/pl/html-chunk.xsl
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
- <xsl:import href="../html-chunk.xsl"/>
- <xsl:include href="html-common.xsl"/>
-
-</xsl:stylesheet>
diff --git a/DOCS/xml/pl/html-common.xsl b/DOCS/xml/pl/html-common.xsl
deleted file mode 100644
index b3c85812ce..0000000000
--- a/DOCS/xml/pl/html-common.xsl
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
- <xsl:param name="local.l10n.xml" select="document('')"/>
- <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
- <l:l10n language="pl">
- <l:gentext key="NOTE" text="Informacja"/>
- <l:gentext key="Note" text="Informacja"/>
- <l:gentext key="note" text="Informacja"/>
- </l:l10n>
- </l:i18n>
-
-</xsl:stylesheet>
diff --git a/DOCS/xml/pl/html-single.xsl b/DOCS/xml/pl/html-single.xsl
deleted file mode 100644
index b263daf761..0000000000
--- a/DOCS/xml/pl/html-single.xsl
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
- <xsl:import href="../html-single.xsl"/>
- <xsl:include href="html-common.xsl"/>
-
-</xsl:stylesheet>