Add a bunch of patches to install/access the doc in the correct dir. see release notes for details : http://www.qgis.org/en/component/content/article/127-qgis-1-7-release.html With feedback from okan@, thanks !
15 lines
705 B
Plaintext
15 lines
705 B
Plaintext
$OpenBSD: patch-doc_CMakeLists_txt,v 1.4 2011/07/07 20:34:27 landry Exp $
|
|
--- doc/CMakeLists.txt.orig Mon Jun 27 16:03:14 2011
|
|
+++ doc/CMakeLists.txt Mon Jun 27 16:03:36 2011
|
|
@@ -13,8 +13,8 @@ ENDIF(TXT2TAGS_EXECUTABLE)
|
|
|
|
SET(QGIS_DOC_FILES ${QGIS_DOC_FILES} index.html favicon.ico qgisdoc.css AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS)
|
|
|
|
-INSTALL(FILES ${QGIS_DOC_FILES} DESTINATION ${QGIS_DATA_DIR}/doc)
|
|
-INSTALL(FILES images/qgis_new_80pct.png DESTINATION ${QGIS_DATA_DIR}/doc/images)
|
|
+INSTALL(FILES ${QGIS_DOC_FILES} DESTINATION ${QGIS_DATA_DIR}/../doc/qgis)
|
|
+INSTALL(FILES images/qgis_new_80pct.png DESTINATION ${QGIS_DATA_DIR}/../doc/qgis/images)
|
|
|
|
IF(WITH_APIDOC)
|
|
FIND_PACKAGE(Doxygen)
|