diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2006-04-17 17:49:24 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2006-04-17 17:49:24 +0000 |
commit | 3f70c9595b6c665382d3560f859bc3d1b1d0cf74 (patch) | |
tree | 0fc8b59a9e4de7377cefc0ac1543f1b647dc9500 /es_ES.ISO8859-1 | |
parent | e1fc6156979587d87662fc45c5b68edbbbd9e4b4 (diff) |
Notes
Diffstat (limited to 'es_ES.ISO8859-1')
-rwxr-xr-x | es_ES.ISO8859-1/books/handbook/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/es_ES.ISO8859-1/books/handbook/Makefile b/es_ES.ISO8859-1/books/handbook/Makefile index 8c82d186c6..1475433c7a 100755 --- a/es_ES.ISO8859-1/books/handbook/Makefile +++ b/es_ES.ISO8859-1/books/handbook/Makefile @@ -32,6 +32,7 @@ DOC?= book FORMATS?= html-split HAS_INDEX= true +USE_PS2PDF= yes INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= @@ -195,18 +196,6 @@ CHAPTERS?= ${SRCS:M*chapter.sgml} SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./} -# 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 ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC} |