8abccc9bea
Add a 16x16 pixel Geany icon and the scalable SVG icon. Drop the pixmaps directory. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3816 ea778897-0a13-0410-b9d1-a72fbfd435f5
5 lines
101 B
Makefile
5 lines
101 B
Makefile
iconsdir = $(datadir)/icons/hicolor/scalable/apps
|
|
icons_DATA = geany.svg
|
|
|
|
EXTRA_DIST = $(icons_DATA)
|