]> err.no Git - sope/blobdiff - sope-core/GNUmakefile
added a new mkdirs like method to NSFileManager
[sope] / sope-core / GNUmakefile
index 2de42883ddff10ef48abbe5b080c332b310efc2d..7f58da2c8fc3ebf09a19b71a0bc02b2c0ce58228 100644 (file)
@@ -1,23 +1,11 @@
-# $Id$
-
 include $(GNUSTEP_MAKEFILES)/common.make
 
-PACKAGE_NAME=skyrix-core
-VERSION=4.2.0
+PACKAGE_NAME=sope-core
+VERSION=4.3.0
 
 SUBPROJECTS = \
        EOControl       \
        NGExtensions    \
        NGStreams       \
-       NGMime          \
-       NGLdap          \
-       NGiCal          \
 
 include $(GNUSTEP_MAKEFILES)/aggregate.make
-
-autodoc :
-       (cd EOControl;    $(MAKE) autodoc)
-       (cd NGExtensions; $(MAKE) autodoc)
-       (cd NGStreams;    $(MAKE) autodoc)
-       (cd NGMime;       $(MAKE) autodoc)
-       (cd NGLdap;       $(MAKE) autodoc)