SF.net SVN: geany:[5102] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jul 10 12:01:18 UTC 2010


Revision: 5102
          http://geany.svn.sourceforge.net/geany/?rev=5102&view=rev
Author:   eht16
Date:     2010-07-10 12:01:18 +0000 (Sat, 10 Jul 2010)

Log Message:
-----------
Fix './waf install'.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/wscript

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-07-09 17:15:16 UTC (rev 5101)
+++ trunk/ChangeLog	2010-07-10 12:01:18 UTC (rev 5102)
@@ -1,3 +1,9 @@
+2010-07-10  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * wscript:
+   Fix './waf install'.
+
+
 2010-07-09  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
 
  * src/editor.c:

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2010-07-09 17:15:16 UTC (rev 5101)
+++ trunk/wscript	2010-07-10 12:01:18 UTC (rev 5102)
@@ -518,7 +518,7 @@
 	bld.install_files('${DATADIR}/%s' % dir, 'data/*.tags')
 	bld.install_files('${DATADIR}/%s' % dir, 'data/snippets.conf')
 	bld.install_files('${DATADIR}/%s' % dir, 'data/ui_toolbar.xml')
-	bld.install_files('${DATADIR}/%s/templates' % dir, 'data/templates/*')
+	bld.install_files('${DATADIR}/%s/templates' % dir, 'data/templates/*.*')
 	bld.install_files('${DATADIR}/%s/templates/files' % dir, 'data/templates/files/*.*')
 	bld.install_as('${DATADIR}/%s/GPL-2' % dir, 'COPYING')
 	# Icons


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list