From f441af9ccadfc66eb545cf4370e2ddae74944ee3 Mon Sep 17 00:00:00 2001 From: alexl Date: Tue, 6 Apr 2004 13:19:39 +0000 Subject: 2004-04-06 Ross Burton * Makefile.in: Create the stock/* directories. --- ChangeLog | 5 +++++ Makefile.in | 10 ++++++++-- 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 + + * Makefile.in: + Create the stock/* directories. + 2004-02-11 Alexander Larsson * 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) -- cgit