Replace pandoc-based md-to-man conversion with a custom python script.
Hopefully this will appease the people who can't install pandoc on MacOS.
This commit is contained in:
parent
3fdaa7cb0c
commit
e174b09d5f
6 changed files with 371 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/bin/ls *.md |
|
||||
/bin/ls *.md t/*.md |
|
||||
sed 's/\.md/.1/' |
|
||||
xargs redo-ifchange
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue