[Goodies-commits] r3102 - in ristretto/trunk/icons: 22x22 24x24 32x32 36x36

Stephan Arts stephan at xfce.org
Thu Aug 30 00:44:12 CEST 2007


Author: stephan
Date: 2007-08-29 22:44:12 +0000 (Wed, 29 Aug 2007)
New Revision: 3102

Added:
   ristretto/trunk/icons/22x22/Makefile.am
   ristretto/trunk/icons/24x24/Makefile.am
   ristretto/trunk/icons/32x32/Makefile.am
   ristretto/trunk/icons/36x36/Makefile.am
Log:
Add missing makefiles



Added: ristretto/trunk/icons/22x22/Makefile.am
===================================================================
--- ristretto/trunk/icons/22x22/Makefile.am	                        (rev 0)
+++ ristretto/trunk/icons/22x22/Makefile.am	2007-08-29 22:44:12 UTC (rev 3102)
@@ -0,0 +1,9 @@
+
+# Inspired by Makefile.am from the Thunar file-manager
+
+iconsdir = $(datadir)/icons/hicolor/22x22/apps
+icons_DATA = ristretto.png
+	
+
+EXTRA_DIST = $(icons_DATA)
+

Added: ristretto/trunk/icons/24x24/Makefile.am
===================================================================
--- ristretto/trunk/icons/24x24/Makefile.am	                        (rev 0)
+++ ristretto/trunk/icons/24x24/Makefile.am	2007-08-29 22:44:12 UTC (rev 3102)
@@ -0,0 +1,9 @@
+
+# Inspired by Makefile.am from the Thunar file-manager
+
+iconsdir = $(datadir)/icons/hicolor/24x24/apps
+icons_DATA = ristretto.png
+	
+
+EXTRA_DIST = $(icons_DATA)
+

Added: ristretto/trunk/icons/32x32/Makefile.am
===================================================================
--- ristretto/trunk/icons/32x32/Makefile.am	                        (rev 0)
+++ ristretto/trunk/icons/32x32/Makefile.am	2007-08-29 22:44:12 UTC (rev 3102)
@@ -0,0 +1,9 @@
+
+# Inspired by Makefile.am from the Thunar file-manager
+
+iconsdir = $(datadir)/icons/hicolor/32x32/apps
+icons_DATA = ristretto.png
+	
+
+EXTRA_DIST = $(icons_DATA)
+

Added: ristretto/trunk/icons/36x36/Makefile.am
===================================================================
--- ristretto/trunk/icons/36x36/Makefile.am	                        (rev 0)
+++ ristretto/trunk/icons/36x36/Makefile.am	2007-08-29 22:44:12 UTC (rev 3102)
@@ -0,0 +1,9 @@
+
+# Inspired by Makefile.am from the Thunar file-manager
+
+iconsdir = $(datadir)/icons/hicolor/36x36/apps
+icons_DATA = ristretto.png
+	
+
+EXTRA_DIST = $(icons_DATA)
+




More information about the Goodies-commits mailing list