mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
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.
This commit is contained in:
parent
ce1774282c
commit
f91118780f
3
Buildscr
3
Buildscr
@ -126,6 +126,9 @@ in . do mkdir docbuild
|
|||||||
in docbuild do cmake ../putty/doc
|
in docbuild do cmake ../putty/doc
|
||||||
in docbuild do make -j$(nproc) VERBOSE=1
|
in docbuild do make -j$(nproc) VERBOSE=1
|
||||||
in putty/doc do cp ../../docbuild/*.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 ./mksrcarc.sh
|
||||||
in putty do ./mkunxarc.sh '$(Uxarcsuffix)'
|
in putty do ./mkunxarc.sh '$(Uxarcsuffix)'
|
||||||
|
Loading…
Reference in New Issue
Block a user