]> err.no Git - scalable-opengroupware.org/commitdiff
Updated build process for Common as well
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 7 Jun 2004 11:05:37 +0000 (11:05 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 7 Jun 2004 11:05:37 +0000 (11:05 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@16 d1b88da0-ebda-0310-925b-ed51d893ca5b

ZideStore/UI-X/ChangeLog
ZideStore/UI-X/Common/GNUmakefile
ZideStore/UI-X/Common/GNUmakefile.postamble [new file with mode: 0644]

index ae79b0834b63c3e805deee9384cbdfbdc69cd79e..49d11ebfc05887429eef34e665e45a664a1adaea 100644 (file)
@@ -1,3 +1,11 @@
+2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * Custom/GNUmakefile: changed ZIDESTORE to include installed version
+         (ZideStore12). Removed post install hooks.
+
+       * Custom/GNUmakefile.postamble: new file, post install hooks and
+         xmllint for .wox.
+
 2004-06-07  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * Scheduler/GNUmakefile: changed ZIDESTORE to include installed version
index a5492e9234008ff2ea51b0f21a54d114223b1d18..5c626ecff9039a47deb2b28218f503cc77c44454 100644 (file)
@@ -27,7 +27,7 @@ CommonUI_RESOURCE_FILES += \
        calendar.css            \
        images/OGoLogo.gif      \
 
-ZIDESTORE=../..
+ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12
 
 ADDITIONAL_INCLUDE_DIRS += \
        -I. \
@@ -38,7 +38,3 @@ ADDITIONAL_INCLUDE_DIRS += \
 -include GNUmakefile.preamble
 include $(GNUSTEP_MAKEFILES)/bundle.make
 -include GNUmakefile.postamble
-
-after-all ::
-       @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
-         cp ../bundle-info.plist .)
diff --git a/ZideStore/UI-X/Common/GNUmakefile.postamble b/ZideStore/UI-X/Common/GNUmakefile.postamble
new file mode 100644 (file)
index 0000000..3986bcc
--- /dev/null
@@ -0,0 +1,17 @@
+# $Id: GNUmakefile.postamble,v 1.1 2004/05/12 14:45:56 helge Exp $
+
+validate-wox:
+       xmllint --noout *.wox
+
+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