From f91118780fc3f507355419662b5a00908da99c15 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 21 Dec 2021 09:49:58 +0000 Subject: [PATCH] Put all the docs formats into the tarball. Colin points out that in the migration to cmake, I accidentally stopped putting some of the pre-built docs in the tarball - only the man pages are still there. --- Buildscr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Buildscr b/Buildscr index f828ecdb..a920b2f0 100644 --- a/Buildscr +++ b/Buildscr @@ -126,6 +126,9 @@ in . do mkdir docbuild in docbuild do cmake ../putty/doc in docbuild do make -j$(nproc) VERBOSE=1 in putty/doc do cp ../../docbuild/*.1 . +in putty/doc do cp ../../docbuild/puttydoc.txt . +in putty/doc do cp ../../docbuild/putty.chm . +in putty/doc do cp -r ../../docbuild/html . in putty do ./mksrcarc.sh in putty do ./mkunxarc.sh '$(Uxarcsuffix)'