The Unix source archive ought to have pre-built docs (in particular
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 24 Mar 2004 19:50:46 +0000 (19:50 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 24 Mar 2004 19:50:46 +0000 (19:50 +0000)
man pages) in it, if only so that non-Halibut-users have what they
need.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3968 cda61777-01e9-0310-a592-d414129be87e

mkunxarc.sh

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