mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-19 04:46:03 +02:00
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:
7
default.8.do
Normal file
7
default.8.do
Normal 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
|
Reference in New Issue
Block a user