From: Jirka Kosek Date: Wed, 17 Jun 2009 21:49:50 +0000 (+0000) Subject: Reorganized to support translations X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e0ff64dad4de5c811454a5f905327d80d0b67ea;p=docbook-dsssl Reorganized to support translations --- diff --git a/docbook/relaxng/docbook/howto/de/Makefile b/docbook/relaxng/docbook/howto/de/Makefile new file mode 100644 index 000000000..a428331ce --- /dev/null +++ b/docbook/relaxng/docbook/howto/de/Makefile @@ -0,0 +1,41 @@ +include ../../../../../buildtools/Makefile.incl + +HTMLSTYLE=../stylesheets/html.xsl +FOSTYLE=../stylesheets/fo.xsl +# below are customizations layers for XSL-NS stylesheets +HTMLNSSTYLE=../stylesheets/html-ns.xsl +FONSSTYLE=../stylesheets/fo-ns.xsl +VARS= + +all: howto.html howto.pdf + +# output using the namespaced stylesheets +ns: howto.ns.html howto.ns.pdf + +%.html : %.xml $(HTMLSTYLE) + jing -c ../../docbook.rnc $< + $(XSLT) $< $(HTMLSTYLE) $@ $(VARS) + +%.ns.html : %.xml $(HTMLNSSTYLE) + jing -c ../../docbook.rnc $< + $(XSLT) $< $(HTMLNSSTYLE) $@ $(VARS) + +%.fo : %.xml $(FOSTYLE) + jing -c ../../docbook.rnc $< + $(XSLT) $< $(FOSTYLE) $@ xep.extensions=1 $(VARS) + +%.ns.fo : %.xml $(FONSSTYLE) + jing -c ../../docbook.rnc $< + $(XSLT) $< $(FONSSTYLE) $@ xep.extensions=1 $(VARS) + +%.pdf : %.fo + xep $< + +%.ns.pdf : %.ns.fo + xep $< + +clean: + $(RM) howto.html + $(RM) howto.pdf + $(RM) howto.ns.html + $(RM) howto.ns.pdf diff --git a/docbook/relaxng/docbook/howto/de/images/emacs.png b/docbook/relaxng/docbook/howto/de/images/emacs.png new file mode 100644 index 000000000..92e215a15 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 index 000000000..8a86a65e6 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 index 000000000..5e767a28f 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 index 000000000..3cd9ff75a Binary files /dev/null and b/docbook/relaxng/docbook/howto/de/images/xxe.png differ