Revision: 4629 http://geany.svn.sourceforge.net/geany/?rev=4629&view=rev Author: eht16 Date: 2010-01-31 21:53:05 +0000 (Sun, 31 Jan 2010)
Log Message: ----------- Backport from trunk: Include geany.ico in the distribution tarball.
Modified Paths: -------------- branches/geany-0.18.1/ChangeLog branches/geany-0.18.1/icons/Makefile.am
Modified: branches/geany-0.18.1/ChangeLog =================================================================== --- branches/geany-0.18.1/ChangeLog 2010-01-31 21:52:56 UTC (rev 4628) +++ branches/geany-0.18.1/ChangeLog 2010-01-31 21:53:05 UTC (rev 4629) @@ -1,3 +1,9 @@ +2010-01-31 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> + + * icons/Makefile.am: + Include geany.ico in the distribution tarball. + + 2010-01-31 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* plugins/export.c:
Modified: branches/geany-0.18.1/icons/Makefile.am =================================================================== --- branches/geany-0.18.1/icons/Makefile.am 2010-01-31 21:52:56 UTC (rev 4628) +++ branches/geany-0.18.1/icons/Makefile.am 2010-01-31 21:53:05 UTC (rev 4629) @@ -1,5 +1,7 @@ SUBDIRS = 16x16 48x48 scalable
+EXTRA_DIST = geany.ico + gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
install-data-hook:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.