From 995aeb00afcc37f2b42fc41f7998264664c3c1c7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 20 Mar 2005 19:20:20 +0000 Subject: Respect paper size specification for FO generation (This used to be commit 3aa353c0e4b2b0220419b8623464317b71f9f34b) --- docs/Makefile | 2 +- docs/xslt/fo.xsl | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 docs/xslt/fo.xsl (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index 7833294675..35e5f2fd87 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -199,7 +199,7 @@ xslt/figures/%.pdf: xslt/figures/%.eps # Fo $(FODIR)/%.fo: $(DOCBOOKDIR)/%.xml mkdir -p $(@D) - $(XSLTPROC) --output $@ http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl $< + $(XSLTPROC) --output $@ xslt/fo.xsl $< # PDF thru Fo $(FOPDFDIR)/%.pdf: $(FODIR)/%.fo diff --git a/docs/xslt/fo.xsl b/docs/xslt/fo.xsl new file mode 100644 index 0000000000..f9a78395da --- /dev/null +++ b/docs/xslt/fo.xsl @@ -0,0 +1,21 @@ + + + + + + + + + + + A4 + + + USletter + + + + + + -- cgit