summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-04-30 13:14:20 +0200
committerSimon Josefsson <simon@josefsson.org>2009-04-30 13:14:20 +0200
commit6a1436e7447f79c355b7e7a9d12928f53d0b915b (patch)
tree20afadda5f531217192ba17fbd1f2067140e5c73 /cfg.mk
parentbb82db1f1defa4641cf5c9344f46f5d21718b563 (diff)
downloadgnutls-6a1436e7447f79c355b7e7a9d12928f53d0b915b.tar.gz
Use modern git names.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/cfg.mk b/cfg.mk
index 37586e991b..e1ffa98a51 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -43,8 +43,8 @@ update-po: refresh-po
for f in `ls $(PODIR)/*.po | grep -v quot.po`; do \
cp $$f $$f.in; \
done
- git-add $(PODIR)/*.po.in
- git-commit -m "Sync with TP." $(PODIR)/LINGUAS $(PODIR)/*.po.in
+ git add $(PODIR)/*.po.in
+ git commit -m "Sync with TP." $(PODIR)/LINGUAS $(PODIR)/*.po.in
bootstrap: autoreconf
WARN_CFLAGS=-Werror ./configure $(CFGFLAGS)
@@ -83,15 +83,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 alpha.gnu.org:$(PACKAGE) $(distdir).tar.bz2
scp $(distdir).tar.bz2 $(distdir).tar.bz2.sig igloo.linux.gr:~ftp/pub/gnutls/devel/
ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel/ && sha1sum *.tar.bz2 > CHECKSUMS'