Skip to content

Commit 84a4036

Browse files
committed
[welcomepage] include whatsnew.html in cmakelist file
1 parent 9402f99 commit 84a4036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ELSE(TXT2TAGS_EXECUTABLE)
2323
)
2424
ENDIF(TXT2TAGS_EXECUTABLE)
2525

26-
SET(QGIS_DOC_FILES ${QGIS_DOC_FILES} index.html news.html developersmap.html contributors.json favicon.ico style.css AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS LICENSE)
26+
SET(QGIS_DOC_FILES ${QGIS_DOC_FILES} index.html news.html developersmap.html whatsnew.html contributors.json favicon.ico style.css AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS LICENSE)
2727

2828
INSTALL(FILES ${QGIS_DOC_FILES} DESTINATION ${QGIS_DATA_DIR}/doc)
2929
INSTALL(FILES ../images/icons/qgis-icon-60x60.png DESTINATION ${QGIS_DATA_DIR}/doc/images)

0 commit comments

Comments
 (0)