summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexl <alexl>2004-04-06 13:19:39 +0000
committeralexl <alexl>2004-04-06 13:19:39 +0000
commitf441af9ccadfc66eb545cf4370e2ddae74944ee3 (patch)
treec7c71cf9c3151afecc64b6ea5e70a6554dc4f3d1
parent0d7d6c57538886eb698fcaeb100fe312e557cb0c (diff)
2004-04-06 Ross Burton <ross@burtonini.com>
* Makefile.in: Create the stock/* directories.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in10
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ab9840f..159c611 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-06 Ross Burton <ross@burtonini.com>
+
+ * Makefile.in:
+ Create the stock/* directories.
+
2004-02-11 Alexander Larsson <alexl@redhat.com>
* Makefile.in:
diff --git a/Makefile.in b/Makefile.in
index 684e36b..43ce9c0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -10,7 +10,8 @@ FILES = README Makefile.in configure.ac configure install-sh index.theme ChangeL
ICON_SIZES = 16x16 22x22 32x32 36x36 48x48 64x64 72x72 96x96 \
128x128 192x192 scalable
-ICON_CONTEXTS = actions apps devices filesystems mimetypes
+ICON_CONTEXTS = actions apps devices filesystems mimetypes stock
+STOCK_SUBS = chart code data form image io media navigation net object table text
all:
@:
@@ -21,8 +22,13 @@ install:
for dir in $(ICON_SIZES); do \
for ctxt in $(ICON_CONTEXTS); do \
mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/$$dir/$$ctxt; \
+ if [ "$$ctxt" = "stock" ]; then \
+ for sub in $(STOCK_SUBS); do \
+ mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/$$dir/$$ctxt/$$sub; \
+ done \
+ fi \
done \
- done
+ done
dist:
rm -rf $(distdir)