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 /doc/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 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 00000000..97697608 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,27 @@ +# doc - Automake template +# Copyright (C) 2001 g10 Code GmbH +# +# This file is part of GPGME. +# +# GPGME is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# GPGME is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + +## Process this file with automake to produce Makefile.in + +EXTRA_DIST = gdoc + + + + + |