Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 426B

12345678910111213141516171819202122
  1. size = 16x16
  2. context = places
  3. iconsdir = $(themedir)/$(size)/$(context)
  4. icons_DATA = \
  5. folder.png \
  6. folder-remote.png \
  7. folder-saved-search.png \
  8. network-server.png \
  9. network-workgroup.png \
  10. start-here.png \
  11. user-desktop.png \
  12. user-home.png \
  13. user-trash.png
  14. EXTRA_DIST = \
  15. $(icons_DATA)
  16. install-data-local: install-iconsDATA
  17. (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))