Skip to content

Commit 03fef7e

Browse files
author
jef
committedFeb 28, 2011
missed a file in r15294
git-svn-id: http://svn.osgeo.org/qgis/trunk@15296 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d0fd988 commit 03fef7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,7 @@ INSTALL (FILES AUTHORS CONTRIBUTORS SPONSORS DONORS TRANSLATORS INSTALL CODING
516516

517517
# manual page - makes sense only on unix systems
518518
IF (UNIX AND NOT APPLE)
519-
INSTALL (FILES qgis.1 qgis_help.1
520-
DESTINATION ${QGIS_MANUAL_DIR}/man1)
519+
INSTALL (FILES qgis.1 DESTINATION ${QGIS_MANUAL_DIR}/man1)
521520
ENDIF (UNIX AND NOT APPLE)
522521

523522
#############################################################

0 commit comments

Comments
 (0)
Please sign in to comment.