1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Hmm. Better turn that make' into a make -s', or else my nightly

snapshot cron job will fill my mailbox with goo every day.

[originally from svn r3971]
This commit is contained in:
Simon Tatham 2004-03-25 09:03:37 +00:00
parent 66d149d618
commit 99b36b860a

View File

@ -24,7 +24,7 @@ case "$1" in
esac
perl mkfiles.pl
(cd doc && make)
(cd doc && make -s)
relver=`cat LATEST.VER`
arcname="putty$arcsuffix"