diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 35 |
1 files changed, 8 insertions, 27 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ccfc98fb2..78ae80a2e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,8 +1,7 @@ -# Makefile.am - main makefile for NewPG/GnuPG -# Copyright (C) 2001 Free Software Foundation, Inc. -# +# Copyright (C) 2002 Free Software Foundation, Inc. +# # This file is part of GnuPG. -# +# # GnuPG 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 @@ -19,29 +18,11 @@ ## Process this file with automake to produce Makefile.in -EXTRA_DIST = autogen.sh - -if BUILD_GPGSM -sm = sm -else -sm = -endif -if BUILD_AGENT -agent = agent -else -agent = -endif -if BUILD_SCDAEMON -scd = scd -else -scd = -endif - -SUBDIRS = intl jnlib assuan common kbx ${sm} ${agent} ${scd} po doc tests - - -dist-hook: - @set -e; echo "$(VERSION)" > $(distdir)/VERSION +info_TEXINFOS = gnupg.texi +gnupg_TEXINFOS = \ + gpgsm.texi gpg-agent.texi scdaemon.texi assuan.texi\ + contrib.texi gpl.texi fdl.texi +DISTCLEANFILES = gnupg.tmp gnupg.ops |