[Github-comments] [geany/geany-plugins] Workbench (#598)
Matthew Brush
notifications at xxxxx
Fri Aug 18 22:59:47 UTC 2017
codebrainz commented on this pull request.
> @@ -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](https://github.com/geany/geany/tree/master/icons) 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 or view it on GitHub:
https://github.com/geany/geany-plugins/pull/598#discussion_r134070492
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170818/557dbbb4/attachment.html>
More information about the Github-comments
mailing list