summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2009-08-22 01:58:49 +0200
committerLuca Ferretti <elle.uca@libero.it>2009-08-22 01:58:49 +0200
commit8826dc1a85da1c301d1d0a1b7a73c3c317704091 (patch)
tree358507d6e4ed2381afced3677c5601b074224359
parentbded369a0bd9cf05cdab756ffd17ddb7253090f3 (diff)
downloadadwaita-icon-theme-8826dc1a85da1c301d1d0a1b7a73c3c317704091.tar.gz
Fix 48x48/apps/Makefile.am
-rw-r--r--48x48/apps/Makefile.am31
-rw-r--r--48x48/apps/preferences-deskop-screensaver.pngbin3131 -> 0 bytes
2 files changed, 28 insertions, 3 deletions
diff --git a/48x48/apps/Makefile.am b/48x48/apps/Makefile.am
index 0bc97b19f..74bfc0ffd 100644
--- a/48x48/apps/Makefile.am
+++ b/48x48/apps/Makefile.am
@@ -1,21 +1,46 @@
-NULL=
size = 48x48
context = apps
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
+ accessories-calculator.png \
+ accessories-text-editor.png \
applets-screenshooter.png \
+ help-browser.png \
palm-pilot.png \
palm-pilot-sync.png \
- visor.png \
- $(NULL)
+ preferences-desktop-accessibility.png \
+ preferences-desktop-keyboard.png \
+ preferences-desktop-screensaver.png \
+ system-software-install.png \
+ user-info.png \
+ visor.png
EXTRA_DIST = $(icons_DATA)
MAINTAINERCLEANFILES = \
Makefile.in
+check:
+ if test -r CVS/Entries; then \
+ for icon in *.svg; do \
+ if grep $$icon CVS/Entries > /dev/null; then \
+ if ! grep $$icon Makefile > /dev/null; then \
+ echo "Missing $$icon in Makefile.am"; \
+ exit 1; \
+ fi; \
+ fi; \
+ done; \
+ else \
+ for icon in *.svg; do \
+ if ! grep $$icon Makefile > /dev/null; then \
+ echo "Missing $$icon in Makefile.am"; \
+ exit 1; \
+ fi; \
+ done; \
+ fi
+
install-data-local: install-iconsDATA
(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
diff --git a/48x48/apps/preferences-deskop-screensaver.png b/48x48/apps/preferences-deskop-screensaver.png
deleted file mode 100644
index e5bd23b47..000000000
--- a/48x48/apps/preferences-deskop-screensaver.png
+++ /dev/null
Binary files differ