diff options
Diffstat (limited to 'en_US.ISO8859-1/books/handbook/Makefile')
-rw-r--r-- | en_US.ISO8859-1/books/handbook/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/en_US.ISO8859-1/books/handbook/Makefile b/en_US.ISO8859-1/books/handbook/Makefile index 4aae497e0f..b27f0720db 100644 --- a/en_US.ISO8859-1/books/handbook/Makefile +++ b/en_US.ISO8859-1/books/handbook/Makefile @@ -33,6 +33,7 @@ DOC?= book FORMATS?= html-split HAS_INDEX= true +USE_PS2PDF= yes INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= @@ -198,18 +199,6 @@ CHAPTERS?= ${SRCS:M*chapter.sgml} SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./} SGMLFLAGS+= -i chap.freebsd-glossary -# XXX The Handbook build currently overflows some internal, hardcoded -# limits in pdftex. Until we split the Handbook up, build the PDF -# version using ps2pdf instead of pdftex. - -PS2PDF?= ${PREFIX}/bin/ps2pdf - -book.tex-pdf: - ${TOUCH} book.tex-pdf - -book.pdf: book.ps - ${PS2PDF} book.ps book.pdf - pgpkeyring: pgpkeys/chapter.sgml @${JADE} -V nochunks ${OTHERFLAGS} ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC} |