diff --git a/docs/Makefile b/docs/Makefile index 7833294675a..35e5f2fd879 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 00000000000..f9a78395da3 --- /dev/null +++ b/docs/xslt/fo.xsl @@ -0,0 +1,21 @@ + + + + + + + + + + + A4 + + + USletter + + + + + +