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 399B

1234567891011121314151617181920
  1. size = 32x32
  2. context = emblems
  3. iconsdir = $(themedir)/$(size)/$(context)
  4. icons_DATA = \
  5. emblem-favorite.png \
  6. emblem-important.png \
  7. emblem-photos.png \
  8. emblem-readonly.png \
  9. emblem-symbolic-link.png \
  10. emblem-system.png \
  11. emblem-unreadable.png
  12. EXTRA_DIST = \
  13. $(icons_DATA)
  14. install-data-local: install-iconsDATA
  15. (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))