mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
remove unused imports, minor formatting cleanup
This commit is contained in:
3
Makefile
3
Makefile
@@ -13,6 +13,9 @@ 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
|
||||
|
||||
lint:
|
||||
flake8 ./
|
||||
|
||||
release: docs
|
||||
# Check for tag existence
|
||||
# git describe release-$(VERSION) 2>&1 >/dev/null || exit 1
|
||||
|
||||
Reference in New Issue
Block a user