1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
wting_autojump/make_doc.sh
William Ting efa8bbcf81 Fixes #112, fixes #116. Simplify documentation build.
Documentation is now generated through Pandoc by running ./make_doc.sh.

Man page is generated from manpage.md, while INSTALL.md + manpage.md =
README.md.
2012-04-07 06:57:16 -10:00

5 lines
120 B
Bash
Executable File

#!/usr/bin/env bash
pandoc -s -w man manpage.md -o autojump.1
pandoc -s -w markdown manpage.md INSTALL.md -o README.md