r19799 by craig - Dont install CMakeLists.txt from the hyph dict dir
scribus-commit
scribus-commit at lists.scribus.net
Sat Feb 7 22:23:43 UTC 2015
Author: craig
Date: Sat Feb 7 22:23:43 2015
New Revision: 19799
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=19799
Log:
Dont install CMakeLists.txt from the hyph dict dir
Modified:
trunk/Scribus/resources/dicts/CMakeLists.txt
Modified: trunk/Scribus/resources/dicts/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19799&path=/trunk/Scribus/resources/dicts/CMakeLists.txt
==============================================================================
--- trunk/Scribus/resources/dicts/CMakeLists.txt (original)
+++ trunk/Scribus/resources/dicts/CMakeLists.txt Sat Feb 7 22:23:43 2015
@@ -5,4 +5,5 @@
#Install our hyphenation dict files, selected from *.dic in this directory
FILE( GLOB SCRIBUS_DICT_FILES *.dic *.txt )
-INSTALL(FILES ${SCRIBUS_DICT_FILES} DESTINATION ${SHAREDIR}dicts)
+LIST(REMOVE_ITEM SCRIBUS_DICT_FILES "${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt")
+INSTALL(FILES ${SCRIBUS_DICT_FILES} DESTINATION ${SHAREDIR}dicts/hyph)
More information about the scribus-commit
mailing list