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:
Avery Pennarun 2011-01-29 23:20:05 -08:00
commit e174b09d5f
6 changed files with 371 additions and 5 deletions

View file

@ -1,4 +1,4 @@
/bin/ls *.md |
/bin/ls *.md t/*.md |
sed 's/\.md/.1/' |
xargs redo-ifchange