SF.net SVN: geany:[5342] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Fri Oct 29 14:59:32 UTC 2010
Revision: 5342
http://geany.svn.sourceforge.net/geany/?rev=5342&view=rev
Author: ntrel
Date: 2010-10-29 14:59:32 +0000 (Fri, 29 Oct 2010)
Log Message:
-----------
Add install-data-only target to only install data/* to speed up
testing.
Modified Paths:
--------------
trunk/ChangeLog
trunk/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-10-28 16:44:52 UTC (rev 5341)
+++ trunk/ChangeLog 2010-10-29 14:59:32 UTC (rev 5342)
@@ -1,3 +1,10 @@
+2010-10-29 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * Makefile.am:
+ Add install-data-only target to only install data/* to speed up
+ testing.
+
+
2010-10-28 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* data/filetypes.xml:
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2010-10-28 16:44:52 UTC (rev 5341)
+++ trunk/Makefile.am 2010-10-29 14:59:32 UTC (rev 5342)
@@ -57,8 +57,11 @@
uninstall-local:
rm -rf $(DESTDIR)$(pkgdatadir);
-install-data-local:
+install-data-local: install-data-only
@$(NORMAL_INSTALL)
+
+install-data-only:
+ @$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \
$(INSTALL_DATA) $(srcdir)/COPYING $(DESTDIR)$(pkgdatadir)/GPL-2; \
for file in $(srcdir)/data/*; do \
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