diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-03-31 21:11:07 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-03-31 21:11:07 +0000 |
commit | c8eadc33695d4bf8b974a43f9db0c19fa14ea273 (patch) | |
tree | ce00430b97c55bcc09ffae5da3d70bfbd8a21678 /fr_FR.ISO8859-1/books/handbook/Makefile | |
parent | 9334bf876f2e06e18557803b52314d08f669af42 (diff) | |
download | doc-c8eadc33695d4bf8b974a43f9db0c19fa14ea273.tar.gz doc-c8eadc33695d4bf8b974a43f9db0c19fa14ea273.zip |
Always build pdf from ps and remove related nits. This is what was already
done with Handbook and building pdf directly does not seem to work
correctly anyway. This change will help simplifying the build process
and spare some image conversions.
Notes
Notes:
svn path=/projects/xml-tools/; revision=41330
Diffstat (limited to 'fr_FR.ISO8859-1/books/handbook/Makefile')
-rw-r--r-- | fr_FR.ISO8859-1/books/handbook/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fr_FR.ISO8859-1/books/handbook/Makefile b/fr_FR.ISO8859-1/books/handbook/Makefile index 7547f19f3f..e19bd2cc04 100644 --- a/fr_FR.ISO8859-1/books/handbook/Makefile +++ b/fr_FR.ISO8859-1/books/handbook/Makefile @@ -34,7 +34,6 @@ DOC?= book FORMATS?= html-split HAS_INDEX= true -USE_PS2PDF= yes INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= |