setup: Makefile - add changelog target

glen glen at pld-linux.org
Tue May 27 12:51:03 CEST 2008


Author: glen                         Date: Tue May 27 10:51:03 2008 GMT
Module: setup                         Tag: HEAD
---- Log message:
- add changelog target

---- Files affected:
setup:
   Makefile (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: setup/Makefile
diff -u setup/Makefile:1.20 setup/Makefile:1.21
--- setup/Makefile:1.20	Tue May 27 12:25:56 2008
+++ setup/Makefile	Tue May 27 12:50:58 2008
@@ -51,8 +51,7 @@
 	cd etc/profile.d; $(INSTALL) $(PROFILE_FILES) $(DESTDIR)/$(PROFILEDIR)
 	cd etc/env.d; $(INSTALL) $(ENV_FILES) $(DESTDIR)/$(ENVDIR)
 
-dist: clean
-	
+dist: changelog clean
 	$(INSTALL) -d setup-$(VERSION)/etc/profile.d
 	$(INSTALL) -d setup-$(VERSION)/etc/env.d
 	$(INSTALL) -d setup-$(VERSION)/etc/shrc.d
@@ -69,6 +68,9 @@
 	tar -cvjf setup-$(VERSION).tar.bz2 setup-$(VERSION)
 	rm -rf setup-$(VERSION)
 
+changelog:
+	./changelog.sh
+
 tag:
 	cvs tag setup-$(shell echo $(VERSION) | tr . _)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/setup/Makefile?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list