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 /zh_CN.GB2312/books | |
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 'zh_CN.GB2312/books')
-rw-r--r-- | zh_CN.GB2312/books/handbook/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zh_CN.GB2312/books/handbook/Makefile b/zh_CN.GB2312/books/handbook/Makefile index 5ab9d25bab..2163726fd9 100644 --- a/zh_CN.GB2312/books/handbook/Makefile +++ b/zh_CN.GB2312/books/handbook/Makefile @@ -41,7 +41,6 @@ DOC?= book FORMATS?= html-split HAS_INDEX= true -USE_PS2PDF= yes INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= |