Wireshark-commits: [Wireshark-commits] master 8d256d2: cmake: fix docbook dependency
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 23 Feb 2016 23:31:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d256d26d3fda27d521e4edffd6713c0dfcc1c66
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8d256d2 by Peter Wu (peter@xxxxxxxxxxxxx):

    cmake: fix docbook dependency
    
    After changing an asciidoc source file, the html files were not rebuilt
    via 'ninja developer_guides'. It turns out that the
    developer_guide_docbook target has an order-only dependency on
    developer-guide.xml (and not the developer-guide.xml dependencies).
    
    Fix this by adding an explicit dependency on the generated .xml file.
    
    Change-Id: I4bdc0ebca8909caaab9cc0797cc35cc6260bfe43
    Reviewed-on: https://code.wireshark.org/review/14065
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    

Actions performed:

    from  6290387   When installing RPMs for development, use dnf if the OS has it.
    adds  8d256d2   cmake: fix docbook dependency


Summary of changes:
 cmake/modules/FindXSLTPROC.cmake |    3 +++
 1 file changed, 3 insertions(+)