diff options
author | David Shaw <[email protected]> | 2002-04-19 22:21:40 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-04-19 22:21:40 +0000 |
commit | 5aab7388df0a5ec20d6757053ed7a9b2e62c8f3f (patch) | |
tree | d7b780bd46e2077f7698a7f585467351aeede085 | |
parent | * gnupg.spec.in: Removed pubring.asc and OPTIONS. Added samplekeys.asc. (diff) | |
download | gnupg-5aab7388df0a5ec20d6757053ed7a9b2e62c8f3f.tar.gz gnupg-5aab7388df0a5ec20d6757053ed7a9b2e62c8f3f.zip |
Added samplekeys.asc to EXTRA_DIST in Makefile.am
-rw-r--r-- | doc/ChangeLog | 2 | ||||
-rw-r--r-- | doc/Makefile.am | 13 |
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 - - - - - - - - - - - |