|
Revision 1091, 0.6 kB
(checked in by alo, 10 months ago)
|
--
|
| Line | |
|---|
| 1 |
## Cherokee: icons/Makefile.am -*- makefile -*- |
|---|
| 2 |
|
|---|
| 3 |
LICENSE = \ |
|---|
| 4 |
README.txt |
|---|
| 5 |
|
|---|
| 6 |
cherokeeiconsdir = "$(prefix)/share/cherokee/icons/" |
|---|
| 7 |
cherokeeicons_DATA = \ |
|---|
| 8 |
$(LICENSE) \ |
|---|
| 9 |
arrow_turn_left.png \ |
|---|
| 10 |
blank.png \ |
|---|
| 11 |
bomb.png \ |
|---|
| 12 |
camera.png \ |
|---|
| 13 |
cd.png \ |
|---|
| 14 |
color_wheel.png \ |
|---|
| 15 |
css.png \ |
|---|
| 16 |
cup.png \ |
|---|
| 17 |
film.png \ |
|---|
| 18 |
font.png \ |
|---|
| 19 |
folder.png \ |
|---|
| 20 |
html.png \ |
|---|
| 21 |
music.png \ |
|---|
| 22 |
package.png \ |
|---|
| 23 |
page_white.png \ |
|---|
| 24 |
page_white_acrobat.png \ |
|---|
| 25 |
page_white_actionscript.png \ |
|---|
| 26 |
page_white_c.png \ |
|---|
| 27 |
page_white_go.png \ |
|---|
| 28 |
page_white_office.png \ |
|---|
| 29 |
page_white_php.png \ |
|---|
| 30 |
page_white_text.png \ |
|---|
| 31 |
script.png \ |
|---|
| 32 |
ruby.png \ |
|---|
| 33 |
control_play.png \ |
|---|
| 34 |
email.png \ |
|---|
| 35 |
printer.png |
|---|
| 36 |
|
|---|
| 37 |
EXTRA_DIST = \ |
|---|
| 38 |
$(cherokeeicons_DATA) |
|---|