This line, and those below, will be ignored--
M UI-X/ChangeLog
M UI-X/Scheduler/GNUmakefile
M UI-X/Scheduler/GNUmakefile.postamble
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@14
d1b88da0-ebda-0310-925b-
ed51d893ca5b
+2004-06-07 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * Scheduler/GNUmakefile: changed ZIDESTORE to include installed version
+ (ZideStore12). Removed post install hooks.
+
+ * Scheduler/GNUmakefile.postamble: post install hooks updated for
+ GNUSTEP_BUILD_DIR.
+
2004-06-03 Helge Hess <helge.hess@opengroupware.org>
* Scheduler/OGoCalWeekOverview.m: moved navigation URL generation to
images/next_week.gif \
images/previous_week.gif \
-ZIDESTORE=../..
+ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12
ADDITIONAL_INCLUDE_DIRS += \
-I. \
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
-
-ifneq ($(GNUSTEP_BUILD_DIR),)
-after-all ::
- @(cp bundle-info.plist \
- $(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION))
-else
-after-all ::
- @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
- cp ../bundle-info.plist .)
-endif
before-all :: validate-wox
+
+ifneq ($(GNUSTEP_BUILD_DIR),)
+after-all ::
+ @(cp bundle-info.plist \
+ $(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION))
+else
after-all ::
@(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
cp ../bundle-info.plist .)
+endif