diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-02-10 08:51:11 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:13 -0500 |
commit | 85ee909fce3919c00d83e570d9dcefa33453df60 (patch) | |
tree | 09ec79166d3025d252177b118f76c9c2eb1ecd66 /docs/Makefile.settings.in | |
parent | 742c229442700b468b9046e8145f3877d58f47ad (diff) | |
download | samba-85ee909fce3919c00d83e570d9dcefa33453df60.tar.gz samba-85ee909fce3919c00d83e570d9dcefa33453df60.tar.bz2 samba-85ee909fce3919c00d83e570d9dcefa33453df60.zip |
Add support for building PDF's thru FO rather then docbook2latex. Output
files are generated in output/fo-pdf/
(This used to be commit 9cdcd1f9c6966f9ee4223568b123e91ac618100a)
Diffstat (limited to 'docs/Makefile.settings.in')
-rw-r--r-- | docs/Makefile.settings.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.settings.in b/docs/Makefile.settings.in index b722ba83a2..9ac8f080aa 100644 --- a/docs/Makefile.settings.in +++ b/docs/Makefile.settings.in @@ -13,6 +13,7 @@ COPY_IMAGES = ./scripts/copy-images.sh THUMBPDF = @THUMBPDF@ PDFLATEX = TEXINPUTS=xslt/latex:.: @PDFLATEX@ --file-line-error-style LATEX = TEXINPUTS=xslt/latex:.: @LATEX@ --file-line-error-style +FOP = @FOP@ RM = @RM@ PERL = @PERL@ ifndef DEBUG_LATEX @@ -32,6 +33,7 @@ EXAMPLESDIR = examples SMBDOTCONFDOC = smbdotconf DOCBOOKDIR = tmp PSDIR = $(OUTPUTDIR) +FOPDFDIR = $(OUTPUTDIR)/fo-pdf PDFDIR = $(OUTPUTDIR) DVIDIR = $(OUTPUTDIR) FODIR = $(OUTPUTDIR) |