summaryrefslogtreecommitdiffstats
path: root/Makefile.in
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 /Makefile.in
parent0d7d6c57538886eb698fcaeb100fe312e557cb0c (diff)
2004-04-06 Ross Burton <ross@burtonini.com>
* Makefile.in: Create the stock/* directories.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 8 insertions, 2 deletions
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)