1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

fix documentation formatting

This commit is contained in:
William Ting
2012-04-17 20:38:49 -10:00
parent f91c7e3954
commit 9ee7906472
4 changed files with 27 additions and 32 deletions

View File

@@ -10,8 +10,8 @@ uninstall:
uninstall.sh
docs:
pandoc -s -w man docs/manpage_header.md docs/header.md docs/manpage.md -o docs/autojump.1
pandoc -s -w markdown docs/header.md docs/install.md docs/manpage.md -o README.md
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/body.md -o README.md
release:
# Check for tag existence