]> granicus.if.org Git - docbook-dsssl/commitdiff
Reorganized to support translations
authorJirka Kosek <jirka@kosek.cz>
Wed, 17 Jun 2009 21:49:50 +0000 (21:49 +0000)
committerJirka Kosek <jirka@kosek.cz>
Wed, 17 Jun 2009 21:49:50 +0000 (21:49 +0000)
docbook/relaxng/docbook/howto/de/Makefile [new file with mode: 0644]
docbook/relaxng/docbook/howto/de/images/emacs.png [new file with mode: 0644]
docbook/relaxng/docbook/howto/de/images/oxygen4.png [new file with mode: 0644]
docbook/relaxng/docbook/howto/de/images/oxygen5.png [new file with mode: 0644]
docbook/relaxng/docbook/howto/de/images/xxe.png [new file with mode: 0644]

diff --git a/docbook/relaxng/docbook/howto/de/Makefile b/docbook/relaxng/docbook/howto/de/Makefile
new file mode 100644 (file)
index 0000000..a428331
--- /dev/null
@@ -0,0 +1,41 @@
+include ../../../../../buildtools/Makefile.incl\r
+\r
+HTMLSTYLE=../stylesheets/html.xsl\r
+FOSTYLE=../stylesheets/fo.xsl\r
+# below are customizations layers for XSL-NS stylesheets\r
+HTMLNSSTYLE=../stylesheets/html-ns.xsl\r
+FONSSTYLE=../stylesheets/fo-ns.xsl\r
+VARS=\r
+\r
+all: howto.html howto.pdf\r
+\r
+# output using the namespaced stylesheets\r
+ns: howto.ns.html howto.ns.pdf\r
+\r
+%.html : %.xml $(HTMLSTYLE)\r
+       jing -c ../../docbook.rnc $<\r
+       $(XSLT) $< $(HTMLSTYLE) $@ $(VARS)\r
+\r
+%.ns.html : %.xml $(HTMLNSSTYLE)\r
+       jing -c ../../docbook.rnc $<\r
+       $(XSLT) $< $(HTMLNSSTYLE) $@ $(VARS)\r
+\r
+%.fo : %.xml $(FOSTYLE)\r
+       jing -c ../../docbook.rnc $<\r
+       $(XSLT) $< $(FOSTYLE) $@ xep.extensions=1 $(VARS)\r
+\r
+%.ns.fo : %.xml $(FONSSTYLE)\r
+       jing -c ../../docbook.rnc $<\r
+       $(XSLT) $< $(FONSSTYLE) $@ xep.extensions=1 $(VARS)\r
+\r
+%.pdf : %.fo\r
+       xep $<\r
+\r
+%.ns.pdf : %.ns.fo\r
+       xep $<\r
+\r
+clean:\r
+       $(RM) howto.html\r
+       $(RM) howto.pdf\r
+       $(RM) howto.ns.html\r
+       $(RM) howto.ns.pdf\r
diff --git a/docbook/relaxng/docbook/howto/de/images/emacs.png b/docbook/relaxng/docbook/howto/de/images/emacs.png
new file mode 100644 (file)
index 0000000..92e215a
Binary files /dev/null and b/docbook/relaxng/docbook/howto/de/images/emacs.png differ
diff --git a/docbook/relaxng/docbook/howto/de/images/oxygen4.png b/docbook/relaxng/docbook/howto/de/images/oxygen4.png
new file mode 100644 (file)
index 0000000..8a86a65
Binary files /dev/null and b/docbook/relaxng/docbook/howto/de/images/oxygen4.png differ
diff --git a/docbook/relaxng/docbook/howto/de/images/oxygen5.png b/docbook/relaxng/docbook/howto/de/images/oxygen5.png
new file mode 100644 (file)
index 0000000..5e767a2
Binary files /dev/null and b/docbook/relaxng/docbook/howto/de/images/oxygen5.png differ
diff --git a/docbook/relaxng/docbook/howto/de/images/xxe.png b/docbook/relaxng/docbook/howto/de/images/xxe.png
new file mode 100644 (file)
index 0000000..3cd9ff7
Binary files /dev/null and b/docbook/relaxng/docbook/howto/de/images/xxe.png differ