repo.or.cz
/
phpmyadmin-themes.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move to folder
[phpmyadmin-themes.git]
/
graphite
/
img
/
22x22
/
animations
/
Makefile.am
blob
25dc0a768b7c82d257e832ec5affecc6e2e18af3
1
2
size = 22x22
3
context = animations
4
5
iconsdir = $(themedir)/$(size)/$(context)
6
7
icons_DATA = \
8
process-working.png
9
10
EXTRA_DIST = \
11
$(icons_DATA)
12
13
install-data-local: install-iconsDATA
14
(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))