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.
1234567891011121314 |
-
- size = 32x32
- context = animations
-
- iconsdir = $(themedir)/$(size)/$(context)
-
- icons_DATA = \
- process-working.png
-
- EXTRA_DIST = \
- $(icons_DATA)
-
- install-data-local: install-iconsDATA
- (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
|