X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-core%2FGNUmakefile;h=7f58da2c8fc3ebf09a19b71a0bc02b2c0ce58228;hb=b1748510030ddf2ca27ba42e1c74223a5973ee84;hp=2de42883ddff10ef48abbe5b080c332b310efc2d;hpb=7eadc020be39163d31271943ebe303a97725794e;p=sope diff --git a/sope-core/GNUmakefile b/sope-core/GNUmakefile index 2de42883..7f58da2c 100644 --- a/sope-core/GNUmakefile +++ b/sope-core/GNUmakefile @@ -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)