1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

prepared a w32 test version

This commit is contained in:
Werner Koch 2000-11-24 13:44:56 +00:00
parent a5479e8c7c
commit b15afe6860
19 changed files with 261 additions and 242 deletions

View file

@ -1,3 +1,8 @@
2000-11-24 Werner Koch <wk@gnupg.org>
* build-w32: New script to build the W32 version.
* distfiles: And put it into the distribution
Thu Sep 14 17:45:11 CEST 2000 Werner Koch <wk@openit.de>
* gnupg.spec.in: Updated.

View file

@ -3,6 +3,7 @@ config.sub
install-sh
mkinstalldirs
mkdiff
build-w32
missing
gnupg.spec.in
autogen.sh

View file

@ -20,10 +20,10 @@ fi
rm * || true
ln ../g10/gpg gpg.exe
i386--mingw32-strip gpg.exe
if [ -t ../doc/gpg.man ] ; then
if [ -f ../doc/gpg.man ] ; then
sed `printf "s/\b.//g"` ../doc/gpg.man >gpg.man
else
man -T latin1 -l ../doc/gpg.1 | sed `printf "s/\b.//g"` >gpg.man
man -Tlatin1 -l ../doc/gpg.1 | sed `printf "s/\b.//g"` >gpg.man
fi
todos gpg.man
cp ${srcdir}/README .