aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog5
-rw-r--r--scripts/distfiles1
-rwxr-xr-xscripts/mk-w32-dist4
3 files changed, 8 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index ae43d4519..dc6c227b7 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-24 Werner Koch <[email protected]>
+
+ * 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 <[email protected]>
* gnupg.spec.in: Updated.
diff --git a/scripts/distfiles b/scripts/distfiles
index 13127323a..8a81c9da8 100644
--- a/scripts/distfiles
+++ b/scripts/distfiles
@@ -3,6 +3,7 @@ config.sub
install-sh
mkinstalldirs
mkdiff
+build-w32
missing
gnupg.spec.in
autogen.sh
diff --git a/scripts/mk-w32-dist b/scripts/mk-w32-dist
index 0b407ec39..2bb979096 100755
--- a/scripts/mk-w32-dist
+++ b/scripts/mk-w32-dist
@@ -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 .