diff options
author | Werner Koch <wk@gnupg.org> | 2000-12-21 12:51:57 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2000-12-21 12:51:57 +0100 |
commit | a1c48aede258c0b999ec0949d7cc2f78b7183c8e (patch) | |
tree | cc8100d7c631cf202b9345157c05a546fe7ef244 /doc | |
parent | Removed the libgcrypt stuff and started to modify the source to work with (diff) | |
download | gnupg2-a1c48aede258c0b999ec0949d7cc2f78b7183c8e.tar.xz gnupg2-a1c48aede258c0b999ec0949d7cc2f78b7183c8e.zip |
Does now work with libgcrypt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index a594205a4..209032141 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in -BUILT_SOURCES = version.sgml gcryptref.html gcryptref.ps +BUILT_SOURCES = version.sgml #EXTRA_DIST = DETAILS gpg.sgml gpg.1 FAQ HACKING OpenPGP \ @@ -12,9 +12,6 @@ EXTRA_DIST = DETAILS HACKING OpenPGP FAQ ### pkgdata_DATA = gcryptref.html gcryptref.ps -CLEANFILES = gcryptref.aux gcryptref.log gcryptref.tex gcryptref.dvi - - # gcryptref.sgml : version.sgml |