Fix error caused by doc removals - the make install line here needs to be reinstated before release

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7709 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2007-12-03 15:18:16 +00:00
parent 718325a37d
commit 8401dcc362

View File

@ -9,8 +9,8 @@ userguide.pdf
#SUBDIRS (images plugins install_guide) #SUBDIRS (images plugins install_guide)
INSTALL(FILES ${DOC_FILES} #INSTALL(FILES ${DOC_FILES}
DESTINATION ${QGIS_DATA_DIR}/doc) # DESTINATION ${QGIS_DATA_DIR}/doc)
INSTALL(FILES images/qgis_new_80pct.png INSTALL(FILES images/qgis_new_80pct.png
DESTINATION ${QGIS_DATA_DIR}/doc/images) DESTINATION ${QGIS_DATA_DIR}/doc/images)