gnucash-docs maint: Change paper format to A4 for European PDFs.

John Ralls jralls at code.gnucash.org
Thu Nov 5 14:39:19 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/8408cbac (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/e72a420d (commit)



commit 8408cbac47146b97f324f89f677fe743b96b78b5
Author: Mechtilde <ooo at mechtilde.de>
Date:   Thu Nov 5 19:41:20 2015 +0100

    Change paper format to A4 for European PDFs.
    
    Japanese already sets the paper size.

diff --git a/guide/de/Makefile.am b/guide/de/Makefile.am
index 2cca338..626f129 100644
--- a/guide/de/Makefile.am
+++ b/guide/de/Makefile.am
@@ -19,6 +19,7 @@ entities = \
  glossary.xml
 DISTCLEANFILES =  $(docname)-de.omf.out
 CLEANFILES =  $(DISTCLEANFILES)
+XSLTFLAGS_FO= --stringparam paper.type A4
 include $(top_srcdir)/xmldocs.make
 include $(top_srcdir)/pdf.make
 include $(top_srcdir)/epub.make
diff --git a/guide/it/Makefile.am b/guide/it/Makefile.am
index 9325139..0af796d 100644
--- a/guide/it/Makefile.am
+++ b/guide/it/Makefile.am
@@ -4,6 +4,7 @@ lang = it
 omffile = $(docname)-it.omf
 DISTCLEANFILES =  $(docname)-it.omf.out
 CLEANFILES =  $(DISTCLEANFILES)
+XSLTFLAGS_FO= --stringparam paper.type A4
 include $(top_srcdir)/xmldocs.make
 include $(top_srcdir)/pdf.make
 include $(top_srcdir)/epub.make
diff --git a/help/de/Makefile.am b/help/de/Makefile.am
index 39dcd5f..405905b 100644
--- a/help/de/Makefile.am
+++ b/help/de/Makefile.am
@@ -13,6 +13,7 @@ entities = \
 	Help_tips-appendix.xml
 DISTCLEANFILES =  $(docname)-de.omf.out
 CLEANFILES =  $(DISTCLEANFILES)
+XSLTFLAGS_FO= --stringparam paper.type A4
 include $(top_srcdir)/xmldocs.make
 include $(top_srcdir)/pdf.make
 include $(top_srcdir)/epub.make
diff --git a/help/it/Makefile.am b/help/it/Makefile.am
index f1d7587..e76a5fd 100644
--- a/help/it/Makefile.am
+++ b/help/it/Makefile.am
@@ -4,6 +4,7 @@ lang = it
 omffile = $(docname)-it.omf
 DISTCLEANFILES =  $(docname)-it.omf.out
 CLEANFILES =  $(DISTCLEANFILES)
+XSLTFLAGS_FO= --stringparam paper.type A4
 include $(top_srcdir)/xmldocs.make
 include $(top_srcdir)/pdf.make
 include $(top_srcdir)/epub.make



Summary of changes:
 guide/de/Makefile.am | 1 +
 guide/it/Makefile.am | 1 +
 help/de/Makefile.am  | 1 +
 help/it/Makefile.am  | 1 +
 4 files changed, 4 insertions(+)



More information about the gnucash-changes mailing list