Kaydet (Commit) f3a7e11f authored tarafından Nick Treleaven's avatar Nick Treleaven

Add install-data-only target to only install data/* to speed up

testing.



git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5342 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 6903c883
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:
......
......@@ -57,7 +57,10 @@ DISTCLEANFILES = \
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; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment