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

1234567891011121314
  1. size = 32x32
  2. context = animations
  3. iconsdir = $(themedir)/$(size)/$(context)
  4. icons_DATA = \
  5. process-working.png
  6. EXTRA_DIST = \
  7. $(icons_DATA)
  8. install-data-local: install-iconsDATA
  9. (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))