diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-20 19:20:20 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:22 -0500 |
commit | 995aeb00afcc37f2b42fc41f7998264664c3c1c7 (patch) | |
tree | 0e7d9b451715d88aaa3c661e4aee03332ebd5c56 /docs/Makefile | |
parent | eacbb262965ddb6d0dbc1d688f23fedb6983f8de (diff) | |
download | samba-995aeb00afcc37f2b42fc41f7998264664c3c1c7.tar.gz samba-995aeb00afcc37f2b42fc41f7998264664c3c1c7.tar.bz2 samba-995aeb00afcc37f2b42fc41f7998264664c3c1c7.zip |
Respect paper size specification for FO generation
(This used to be commit 3aa353c0e4b2b0220419b8623464317b71f9f34b)
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |