Mercurial > trustbridge
comparison CMakeLists.txt @ 1185:69f7d302cdb9
Fix build with changed documentation paths
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 22 Sep 2014 13:11:30 +0200 |
parents | 6950f08342bb |
children | 60927efa48cc |
comparison
equal
deleted
inserted
replaced
1184:cf1fdb254c41 | 1185:69f7d302cdb9 |
---|---|
142 else() | 142 else() |
143 message(STATUS "WARNING: Could not find qt. GUI parts will not be built.") | 143 message(STATUS "WARNING: Could not find qt. GUI parts will not be built.") |
144 endif() | 144 endif() |
145 | 145 |
146 # Documentation | 146 # Documentation |
147 configure_file (doc/Doxyfile.in doc/Doxyfile) | 147 configure_file (doc/apidoc/Doxyfile.in doc/apidoc/Doxyfile) |
148 add_subdirectory(doc) | 148 add_subdirectory(doc/apidoc) |
149 | 149 |
150 find_package(Sphinx) | 150 find_package(Sphinx) |
151 | 151 |
152 if (NOT SPHINX_FOUND) | 152 if (NOT SPHINX_FOUND) |
153 message (STATUS "WARNING could not find sphinx (Package python-sphinx). Manuals will not be built.") | 153 message (STATUS "WARNING could not find sphinx (Package python-sphinx). Manuals will not be built.") |
154 else() | 154 else() |
155 add_subdirectory(manuals) | 155 add_subdirectory(doc/help) |
156 endif() | 156 endif() |
157 | 157 |
158 add_subdirectory(packaging) | 158 add_subdirectory(packaging) |
159 | 159 |
160 if (ENABLE_PROFILING) | 160 if (ENABLE_PROFILING) |