From a893361692792929ee5170b41de904e79a8605c9 Mon Sep 17 00:00:00 2001 From: matthijs Date: Wed, 1 Feb 2006 01:36:18 +0000 Subject: (svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there. - Fix: Fix small syntactic error in the manpage. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ea3ff2c0..431381bb1 100644 --- a/Makefile +++ b/Makefile @@ -915,6 +915,7 @@ endif install -d $(DATA_DIR_INSTALL)/lang \ $(DATA_DIR_INSTALL)/data \ $(DATA_DIR_INSTALL)/gm \ + $(ICON_DIR_INSTALL) \ $(BINARY_DIR_INSTALL) ifndef USE_HOMEDIR mkdir -p $(PERSONAL_DIR)/scenario -- cgit v1.2.3-54-g00ecf