[gnome-icon-theme/one-canvas] Fix 48x48/apps/Makefile.am



commit 8826dc1a85da1c301d1d0a1b7a73c3c317704091
Author: Luca Ferretti <elle uca libero it>
Date:   Sat Aug 22 01:58:49 2009 +0200

    Fix 48x48/apps/Makefile.am

 48x48/apps/Makefile.am                        |   31 ++++++++++++++++++++++--
 48x48/apps/preferences-deskop-screensaver.png |  Bin 3131 -> 0 bytes
 2 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/48x48/apps/Makefile.am b/48x48/apps/Makefile.am
index 0bc97b1..74bfc0f 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))
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]