aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-12-10 16:50:56 -0800
committerGerald Combs <gerald@wireshark.org>2014-12-11 21:41:44 +0000
commit1ce64e75ab4ac16e00cd664599b9b31c57a59f1a (patch)
treed76a4c48fddb78edf03d3661ad38ea3377b78264 /README.cmake
parent425bc304fea88e8136c69d282547fba502b28708 (diff)
CMake: Make it easier to generate the release notes & NEWS.
Add convenience targets for generating the release notes and the NEWS file. Make sure we don't run multiple instances of a2x + AsciiDoc at the same time. Add the docbook directory to the build by default unless we're running Windows. Explain why we don't yet build docs on Windows. Make each docbook makefile target optional. Split the ENABLE_GUIDES option into ENABLE_HTML_GUIDES and ENABLE_PDF_GUIDES. Add a default "all_guides" target if either is on. Remove the Debian patch that hacked around the PDF requirement. Copy ws.css to the docbook build directory. Don't build PDF release notes. I'm not sure we ever used them and I don't want to install Java and FOP just to make a release. Change-Id: Ia2f710000c17f9e0b4b514fd373d9a5902889553 Reviewed-on: https://code.wireshark.org/review/5712 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake
index 199c932284..8b7a0cf188 100644
--- a/README.cmake
+++ b/README.cmake
@@ -48,7 +48,8 @@ Note 1:
-DENABLE_GTK3=OFF
# Build documentation
- -DENABLE_GUIDES=ON
+ -DENABLE_HTML_GUIDES=ON
+ -DENABLE_PDF_GUIDES=ON
# Make ccache and clang work together
-DCMAKE_C_FLAGS='-Qunused-arguments'