diff options
author | Werner Koch <[email protected]> | 2001-09-17 08:25:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-09-17 08:25:36 +0000 |
commit | 0bc8c1c7e19af5446edbf6175718975699fda85f (patch) | |
tree | d8be5277817e7f77d9f13025e85b221076163ebc /Makefile.am | |
parent | added new status messages (diff) | |
download | gpgme-0bc8c1c7e19af5446edbf6175718975699fda85f.tar.gz gpgme-0bc8c1c7e19af5446edbf6175718975699fda85f.zip |
Added more doc entries and prepared for 0.2.3gpgme-0-2-3
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d48510b9..df846864 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,6 @@ complus = endif -SUBDIRS = jnlib gpgme tests ${bonobo} ${complus} +SUBDIRS = jnlib gpgme tests doc ${bonobo} ${complus} |