Typica is a free program for professional coffee roasters. https://typica.us
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Makefile.am 259B

1234567891011121314
  1. size = 22x22
  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))