From 6a1436e7447f79c355b7e7a9d12928f53d0b915b Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 30 Apr 2009 13:14:20 +0200 Subject: Use modern git names. --- cfg.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cfg.mk') 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' -- cgit v1.2.1