mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
ensure "make build" on macos generates the same documentation output
it has been i while since i used the old macos machine...
This commit is contained in:
12
gendoc.sh
12
gendoc.sh
@ -25,15 +25,9 @@ any parameters. Followed by the help and usage information for each command.
|
||||
|
||||
EOF
|
||||
|
||||
./mox 2>&1 | sed 's/^\( *\|usage: \)/\t/'
|
||||
|
||||
cat <<EOF
|
||||
|
||||
EOF
|
||||
|
||||
# setting XDG_CONFIG_HOME ensures "mox localserve" has reasonable default
|
||||
# values in its help output.
|
||||
XDG_CONFIG_HOME='$userconfigdir' ./mox helpall 2>&1
|
||||
./mox 2>&1 | sed -e 's/^usage: */\t/' -e 's/^ */\t/'
|
||||
echo
|
||||
./mox helpall 2>&1
|
||||
|
||||
cat <<EOF
|
||||
*/
|
||||
|
Reference in New Issue
Block a user