Skip to content

Commit

Permalink
tweak release target to build docs and test first
Browse files Browse the repository at this point in the history
  • Loading branch information
wting committed May 28, 2012
1 parent 867be37 commit b3c3253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

Expand Down

0 comments on commit b3c3253

Please sign in to comment.