CMake - build HTML manual in Cygwin.
Latest update to Cygwin made possible to build HTML manual also in the Cygwin. Requires latest version 4.5 of DocBook XML.
This commit is contained in:
parent
b704fc7bc7
commit
5586f13c58
|
@ -2,9 +2,8 @@
|
|||
# Run 'make html' to build manual
|
||||
|
||||
# Build manual in Linux - xmlto is not available in Windows
|
||||
IF (UNIX)
|
||||
IF (UNIX OR CYGWIN)
|
||||
#macro XMLTO(outfiles infiles... MODES modes...)
|
||||
INCLUDE("../CMake/xmlto.cmake")
|
||||
XMLTO("" "manual.docbook" MODES "html")
|
||||
ENDIF (UNIX)
|
||||
|
||||
ENDIF (UNIX OR CYGWIN)
|
||||
|
|
Loading…
Reference in New Issue