diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-06-12 21:10:00 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:54 -0500 |
commit | 42311382f66f69a86bca085aacc4e6aa401c962c (patch) | |
tree | 852ee506e039d903047bf0171a289011196edde8 /docs | |
parent | c44900f33273b2e95fe3c7f4dbde61f29dc9f969 (diff) | |
download | samba-42311382f66f69a86bca085aacc4e6aa401c962c.tar.gz samba-42311382f66f69a86bca085aacc4e6aa401c962c.tar.bz2 samba-42311382f66f69a86bca085aacc4e6aa401c962c.zip |
Nicer latex output format
(This used to be commit c455e408290cc290f99a9282435ea623ac1366f5)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in index 0a9f7086a8..39f3da14b6 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -23,8 +23,8 @@ PNMTOPS = @PNMTOPS@ HTML2TEXT = @HTML2TEXT@ PLUCKERBUILD = @PLUCKERBUILD@ THUMBPDF = @THUMBPDF@ -PDFLATEX = TEXINPUTS=xslt/latex:.: @PDFLATEX@ -LATEX = TEXINPUTS=xslt/latex:.: @LATEX@ +PDFLATEX = TEXINPUTS=xslt/latex:.: @PDFLATEX@ --file-line-error-style +LATEX = TEXINPUTS=xslt/latex:.: @LATEX@ --file-line-error-style RM = @RM@ ifndef DEBUG_LATEX PDFLATEX += --interaction nonstopmode |