]> git.pld-linux.org Git - projects/setup.git/blobdiff - Makefile
- apply setup-dquo.patch (by pascalek)
[projects/setup.git] / Makefile
index 295c7b47edc4a2dbb5f9d3e2e527d79aaaeb8f1b..d4ad262676394dd13f86e1a5d50aef83b1530f3a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -51,8 +51,7 @@ install:
        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 @@ dist: clean
        tar -cvjf setup-$(VERSION).tar.bz2 setup-$(VERSION)
        rm -rf setup-$(VERSION)
 
+changelog:
+       ./changelog.sh
+
 tag:
        cvs tag setup-$(shell echo $(VERSION) | tr . _)
 
This page took 0.078236 seconds and 4 git commands to generate.