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:
Kimmo Varis 2010-02-01 23:20:13 +02:00
parent b704fc7bc7
commit 5586f13c58
1 changed files with 2 additions and 3 deletions

View File

@ -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)