[Greater-commits] r295 - trunk/Administration
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jun 29 12:08:27 CEST 2011
Author: aheinecke
Date: 2011-06-29 12:08:27 +0200 (Wed, 29 Jun 2011)
New Revision: 295
Modified:
trunk/Administration/CMakeLists.txt
Log:
Install the xsl and dtd greater files into the bin folder
Modified: trunk/Administration/CMakeLists.txt
===================================================================
--- trunk/Administration/CMakeLists.txt 2011-06-29 08:37:01 UTC (rev 294)
+++ trunk/Administration/CMakeLists.txt 2011-06-29 10:08:27 UTC (rev 295)
@@ -102,6 +102,12 @@
endif(MSVC)
install(TARGETS Administration DESTINATION bin)
+install(FILES
+ greater.dtd
+ greater.xsl
+ DESTINATION bin
+)
+
if (NOT WIN32)
#TODO: should be installed to $(CMAKE_INSTALL_PREFIX)/share/greater/
install(FILES Greater1.xpm DESTINATION bin)
More information about the Greater-commits
mailing list