@codebrainz commented on this pull request.


In workbench/icons/Makefile.am:

> @@ -0,0 +1,20 @@
+icondir = $(datadir)/icons/hicolor/16x16/apps

Automake uses the variable name, so icondir tells where to put the files in variable icon_DATA (or in the case here dist_icon_DATA - not sure what the dist_ adds here since the stuff in _DATA should be distributed anyway).

Probably the best way to install multiple sizes is to do like Geany does and put them into separate subdirs for each size, and in the Makefile.am in each subdir, do like you did here.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.