mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
Have CMake call "$(MAKE) -C doc xmlwf.1"
.. so that the man page is built if missing (e.g. for a Git clone)
This commit is contained in:
parent
e33d37cb47
commit
5cfcdc3f40
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ install(FILES lib/expat.h lib/expat_external.h DESTINATION include)
|
|||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/expat.pc DESTINATION lib/pkgconfig)
|
||||
|
||||
|
||||
add_custom_command(TARGET expat PRE_BUILD COMMAND $(MAKE) -C doc xmlwf.1)
|
||||
|
||||
if(BUILD_tools AND NOT WINCE)
|
||||
set(xmlwf_SRCS
|
||||
|
|
Loading…
Add table
Reference in a new issue