From b3c3253e8934fc206ecceecc1b4a74dcb7c97ea6 Mon Sep 17 00:00:00 2001 From: William Ting Date: Mon, 28 May 2012 09:18:28 -1000 Subject: [PATCH] tweak release target to build docs and test first --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bb47ded..2edda157 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ docs: pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1 pandoc -s -w markdown docs/header.md docs/install.md docs/development.md docs/body.md -o README.md -release: +release: docs test # Check for tag existence # git describe release-$(VERSION) 2>&1 >/dev/null || exit 1