Fix release target.
authorSimon Josefsson <simon@josefsson.org>
Fri, 31 Aug 2007 13:56:05 +0000 (15:56 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 31 Aug 2007 13:56:05 +0000 (15:56 +0200)
Makefile.am

index 25332f0..dbb87a7 100644 (file)
@@ -39,10 +39,9 @@ tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'`
 release:
        ! git-tag -l $(tag) > /dev/null
        rm -f ChangeLog
-       make ChangeLog
+       $(MAKE) ChangeLog distcheck
        git commit -m Generated. ChangeLog
        git-tag -u b565716f! -m $(VERSION) $(tag)
-       make dist
        gpg -b $(distdir).tar.gz
        gpg --verify $(distdir).tar.gz.sig
        cd doc && ../build-aux/gendocs.sh -o ../$(htmldir)/manual/libtasn1/ $(PACKAGE) "Libtasn1"