apenwarr-redo/Documentation/all.do
Avery Pennarun e174b09d5f 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.
2011-01-29 23:27:23 -08:00

5 lines
74 B
Text

/bin/ls *.md t/*.md |
sed 's/\.md/.1/' |
xargs redo-ifchange
redo-always