richard: server/kolabd Makefile,1.7,1.8

cvs at intevation.de cvs at intevation.de
Mon Dec 19 22:57:18 CET 2005


Author: richard

Update of /kolabrepository/server/kolabd
In directory doto:/tmp/cvs-serv9109

Modified Files:
	Makefile 
Log Message:
* configure.ac: added no-dist-gzip to AM_INIT_AUTOMAKE
* ../Makefile: reflected change in configure.ac, to create only bzipped
  tarbals.  Changed 'make dist' into 'make distcheck'



Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolabd/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile	15 Sep 2005 11:23:12 -0000	1.7
+++ Makefile	19 Dec 2005 21:57:16 -0000	1.8
@@ -10,7 +10,7 @@
 all:
 	test -d $(KOLABRPMSRC)/$(RPMNAME) || mkdir $(KOLABRPMSRC)/$(RPMNAME)
 	cd $(RPMNAME) && ./bootstrap && ./configure --prefix=/kolab --enable-dist=kolab \
-		&& make clean dist && mv $(RPMNAME)-$(VERSION).tar.gz $(KOLABRPMSRC)/$(RPMNAME)
+		&& make clean distcheck && mv $(RPMNAME)-$(VERSION).tar.bz2 $(KOLABRPMSRC)/$(RPMNAME)
 	cp $(RPMNAME)/$(RPMNAME).spec $(KOLABRPMSRC)/$(RPMNAME)/
 	cd $(KOLABRPMSRC)/$(RPMNAME) && $(RPM) -ba $(RPMNAME).spec --define 'kolab_version CVS'
 binary:





More information about the commits mailing list