1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

tweak release target to build docs and test first

This commit is contained in:
William Ting 2012-05-28 09:18:28 -10:00
parent 867be37543
commit b3c3253e89

View File

@ -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 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 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 # Check for tag existence
# git describe release-$(VERSION) 2>&1 >/dev/null || exit 1 # git describe release-$(VERSION) 2>&1 >/dev/null || exit 1