mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
efa8bbcf81
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.
5 lines
120 B
Bash
Executable File
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
|