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

split up doc building for manpage and readme.md

This commit is contained in:
William Ting
2012-04-17 14:26:54 -10:00
parent 168865f138
commit f91c7e3954
5 changed files with 107 additions and 113 deletions

View File

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