summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-04-30 12:13:59 +0200
committerSimon Josefsson <simon@josefsson.org>2009-04-30 12:13:59 +0200
commit0d6b7d08994c7114f7d9ce82b9a9ea0cdd759aec (patch)
tree0de619edd0e63c84326a4b4098d5982f0ff4cd93
parent5c85886205dd8fe7d9f7d7fb7d62896abd8703a7 (diff)
downloadgnutls-0d6b7d08994c7114f7d9ce82b9a9ea0cdd759aec.tar.gz
Fix release target.
-rw-r--r--cfg.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/cfg.mk b/cfg.mk
index 7d75eb8e6d..6d788dc027 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
#
# Author: Simon Josefsson
#
@@ -38,8 +38,8 @@ update-po: refresh-po
for f in `ls po/*.po | grep -v quot.po`; do \
cp $$f $$f.in; \
done
- git-add po/*.po.in
- git-commit -m "Sync with TP." po/LINGUAS po/*.po.in
+ git add po/*.po.in
+ git commit -m "Sync with TP." po/LINGUAS po/*.po.in
bootstrap: autoreconf
./configure $(CFGFLAGS)
@@ -61,15 +61,15 @@ htmldir = ../www-$(PACKAGE)
release: prepare upload web upload-web
prepare:
- ! git-tag -l $(tag) | grep $(PACKAGE) > /dev/null
+ ! git tag -l $(tag) | grep $(PACKAGE) > /dev/null
rm -f ChangeLog
$(MAKE) ChangeLog distcheck
git commit -m Generated. ChangeLog
- git-tag -u b565716f! -m $(VERSION) $(tag)
+ git tag -u b565716f! -m $(VERSION) $(tag)
upload:
- git-push
- git-push --tags
+ git push
+ git push --tags
build-aux/gnupload --to ftp.gnu.org:$(PACKAGE) $(distdir).tar.bz2
scp $(distdir).tar.bz2 $(distdir).tar.bz2.sig igloo.linux.gr:~ftp/pub/gnutls/
ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/ && sha1sum *.tar.bz2 > CHECKSUMS'