Replace make-based build with redo-based build.

Including a copy of minimal/do as 'do' in the top directory.  To build, just
run './do' or 'make'.

This also builds the ui-macos directory automatically if you're on MacOS.
This commit is contained in:
Avery Pennarun
2011-02-26 18:10:06 -08:00
parent 90a55a33a2
commit 0658c85ffe
6 changed files with 172 additions and 15 deletions

7
default.8.do Normal file
View File

@@ -0,0 +1,7 @@
exec >&2
if pandoc </dev/null 2>/dev/null; then
pandoc -s -r markdown -w man -o $3 $1.md
else
echo "Warning: pandoc not installed; can't generate manpages."
redo-always
fi