diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-01-05 21:38:06 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-01-05 21:38:06 +0000 |
commit | 0f7f761e8554f545f12c9927604152338e1325aa (patch) | |
tree | dd1d939c7db00d98a5250dca96c800037c853a59 | |
parent | da25c4f969016ec0fe658f62850051a66f8d43e7 (diff) | |
download | fetchmail-0f7f761e8554f545f12c9927604152338e1325aa.tar.gz fetchmail-0f7f761e8554f545f12c9927604152338e1325aa.tar.bz2 fetchmail-0f7f761e8554f545f12c9927604152338e1325aa.zip |
Use --no-strict so PDF build doesn't fail because of unresolvable external links.
svn path=/branches/BRANCH_6-3/; revision=5009
-rw-r--r-- | fetchmail-FAQ.book | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail-FAQ.book b/fetchmail-FAQ.book index db6a01a2..8f0e538f 100644 --- a/fetchmail-FAQ.book +++ b/fetchmail-FAQ.book @@ -1,3 +1,3 @@ #HTMLDOC 1.8.24 Open Source --t pdf14 -f fetchmail-FAQ.pdf --book --toclevels 2 --no-numbered --toctitle "Table of Contents" --title --linkstyle underline --size A4 --left 1.00in --right 0.50in --top 0.50in --bottom 0.50in --header .tl --footer h.1 --nup 1 --tocheader .tl --tocfooter ..i --duplex --portrait --color --no-pscommands --no-xrxcomments --compression=9 --jpeg=0 --fontsize 10.5 --fontspacing 1.2 --headingfont Helvetica --bodyfont Times --headfootsize 10.5 --headfootfont Times-Bold --charset iso-8859-1 --links --no-embedfonts --pagemode document --pagelayout single --firstpage p1 --pageeffect none --pageduration 10 --effectduration 1.0 --encryption --permissions print --permissions no-modify --permissions copy --permissions annotate --owner-password "" --user-password "" --browserwidth 680 --strict --linkcolor blue +-t pdf14 -f fetchmail-FAQ.pdf --book --toclevels 2 --no-numbered --toctitle "Table of Contents" --title --linkstyle underline --size A4 --left 1.00in --right 0.50in --top 0.50in --bottom 0.50in --header .tl --footer h.1 --nup 1 --tocheader .tl --tocfooter ..i --duplex --portrait --color --no-pscommands --no-xrxcomments --compression=9 --jpeg=0 --fontsize 10.5 --fontspacing 1.2 --headingfont Helvetica --bodyfont Times --headfootsize 10.5 --headfootfont Times-Bold --charset iso-8859-1 --links --no-embedfonts --pagemode document --pagelayout single --firstpage p1 --pageeffect none --pageduration 10 --effectduration 1.0 --encryption --permissions print --permissions no-modify --permissions copy --permissions annotate --owner-password "" --user-password "" --browserwidth 680 --no-strict --linkcolor blue fetchmail-FAQ-print.html |