Wireshark-commits: [Wireshark-commits] master c9fa9b5: cmake: add dependency to build manual pages
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Oct 2016 13:06:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c9fa9b51dea34dc5576c61c14633753b2bcc5768
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c9fa9b5 by Peter Wu (peter@xxxxxxxxxxxxx):

    cmake: add dependency to build manual pages
    
    "add_custom_command" outputs are only available as dependency in the
    same directory, so create a new target such it can be used from the main
    directory.
    
    This fixes the OS X build with no parallelism (-j1).
    
    Change-Id: I66aa5ae307be38ee715456a05fd55f55e4fa76e9
    Reviewed-on: https://code.wireshark.org/review/18299
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  9e42cad   ucp: use ws_strtou function.
    adds  c9fa9b5   cmake: add dependency to build manual pages


Summary of changes:
 CMakeLists.txt     |    1 +
 doc/CMakeLists.txt |    5 +++++
 2 files changed, 6 insertions(+)