Made the generation of man-files configurable

This commit is contained in:
Micke Prag 2009-11-01 14:45:35 +00:00
parent 7e5590775d
commit 5b3d1e2244
2 changed files with 11 additions and 7 deletions

View file

@ -27,6 +27,8 @@ SET(BUILD_RFCMD TRUE CACHE BOOL "Build rfcmd")
SET(BUILD_RFCMD_WITH_LIBFTDI FALSE CACHE BOOL "Enable support for using rfcmd with libftdi (does not need kernel-driver)")
SET(BUILD_TDTOOL TRUE CACHE BOOL "Build tdtool")
SET(GENERATE_MAN FALSE CACHE BOOL "Enable generation of man-files")
ADD_SUBDIRECTORY(driver)
if(BUILD_TDTOOL)