From b499806ed6e0c55ac1ae3ec39cb974960e70040b Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Thu, 21 May 2015 22:34:28 -0700 Subject: doc: use a preversion script to update AUTHORS --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 365d80da0..d935edfef 100644 --- a/Makefile +++ b/Makefile @@ -230,12 +230,7 @@ test: doc tag: npm tag npm@$(PUBLISHTAG) latest -authors: - @bash scripts/update-authors.sh &&\ - git add AUTHORS &&\ - git commit -m "update AUTHORS" || true - -publish: authors link doc +publish: link doc @git push origin :v$(shell npm -v) 2>&1 || true git clean -fd &&\ git push origin $(BRANCH) &&\ @@ -248,4 +243,4 @@ release: sandwich: @[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13) -.PHONY: all latest install dev link doc clean uninstall test man doc-clean docclean release authors +.PHONY: all latest install dev link doc clean uninstall test man doc-clean docclean release -- cgit v1.2.3