diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-02-05 21:02:41 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:12 -0500 |
commit | abd5f7ee4e2e9580612e04b2f2e0075c0fd1d380 (patch) | |
tree | 485643f8365d03e366ea94ba80a10508e6606348 /docs/Makefile.settings.in | |
parent | d22215a033aec61675746570cbf24bee59f778be (diff) | |
download | samba-abd5f7ee4e2e9580612e04b2f2e0075c0fd1d380.tar.gz samba-abd5f7ee4e2e9580612e04b2f2e0075c0fd1d380.tar.bz2 samba-abd5f7ee4e2e9580612e04b2f2e0075c0fd1d380.zip |
Allow building text versions of the docs splitted by chapter
(This used to be commit b213126f80ed639cb1fe10ec86557632aa283e6e)
Diffstat (limited to 'docs/Makefile.settings.in')
-rw-r--r-- | docs/Makefile.settings.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.settings.in b/docs/Makefile.settings.in index 1c38d27492..b722ba83a2 100644 --- a/docs/Makefile.settings.in +++ b/docs/Makefile.settings.in @@ -14,6 +14,7 @@ THUMBPDF = @THUMBPDF@ PDFLATEX = TEXINPUTS=xslt/latex:.: @PDFLATEX@ --file-line-error-style LATEX = TEXINPUTS=xslt/latex:.: @LATEX@ --file-line-error-style RM = @RM@ +PERL = @PERL@ ifndef DEBUG_LATEX PDFLATEX += --interaction nonstopmode LATEX += --interaction nonstopmode |