URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0626e766cfb029e4cf84ecab838054cfdfc7257f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0626e76 by Gerald Combs (gerald@xxxxxxxxxxxxx):
CMake: Try to fix generated docbook dependencies.
Add custom {developer,user}_guide_docbook targets for docbook output. Make
sure the HTML, PDF, and CHM outputs depend on their associated docbook
target and not on the output .xml file. This keeps us from running a2x
instances in parallel.
Change-Id: I73b0db50ae92f62eb08ae284d498cdf2d697ac00
Reviewed-on: https://code.wireshark.org/review/9920
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 11e5422 GSM (a_common): fix no previous prototype for 'gsm_a_*_init' [-Wmissing-prototypes]
adds 0626e76 CMake: Try to fix generated docbook dependencies.
Summary of changes:
cmake/modules/FindASCIIDOC.cmake | 12 ++-
cmake/modules/FindXMLLINT.cmake | 1 +
cmake/modules/FindXSLTPROC.cmake | 73 +++++++------
docbook/CMakeLists.txt | 221 ++++++++++++++++++++++----------------
4 files changed, 173 insertions(+), 134 deletions(-)