aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog2
-rw-r--r--doc/Makefile.am13
2 files changed, 2 insertions, 13 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index f85ea41a3..330503a25 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -10,7 +10,7 @@
Add "Preferences" command to unattended key generation
instructions. Also fixed a few typos.
- * samplekeys.asc: new
+ * samplekeys.asc: new (added to EXTRA_DIST in Makefile.am as well)
2002-01-31 Marcus Brinkmann <[email protected]>
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 11c5d9a98..ca4941411 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -21,7 +21,7 @@
AUTOMAKE_OPTIONS = no-texinfo.tex
EXTRA_DIST = DETAILS gpg.sgml gpg.1 gpgv.sgml gpgv.1 faq.raw FAQ faq.html \
- HACKING OpenPGP README.W32
+ HACKING OpenPGP README.W32 samplekeys.asc
man_MANS = gpg.1 gpgv.1
@@ -75,14 +75,3 @@ faq.html : faq.raw
dist-hook:
@if test "`wc -c < gpg.1`" -lt 200; then \
echo 'ERROR: dummy man page'; false; fi
-
-
-
-
-
-
-
-
-
-
-