1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
This commit is contained in:
Stephen Blott 2014-03-31 10:46:42 +00:00
commit 6ab6c9bdca

View File

@ -4,10 +4,10 @@ TAGNAME = release-v$(VERSION)
.PHONY: docs install uninstall lint tar test
install:
install.py
python install.py
uninstall:
uninstall.py
python uninstall.py
docs:
pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1