Add a missing dependency.

Change-Id: I2c9814419882f9bee30e70697d6f284393f275a9
Reviewed-on: https://code.wireshark.org/review/9919
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2015-08-07 15:38:34 -07:00
parent 7cb2b11288
commit 5cf66db577
1 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,8 @@ if(ENABLE_PDF_GUIDES)
custom_layer_pdf.xsl
letter
)
add_custom_target(user_guide_pdf_us DEPENDS user-guide-us.pdf)
add_dependencies(user_guides user_guide_pdf_us)
endif()
if(ENABLE_CHM_GUIDES)