2004-12-21 20:05:15 +01:00
|
|
|
# Copyright (C) 2002, 2004 Free Software Foundation, Inc.
|
2003-01-09 14:35:32 +01:00
|
|
|
#
|
2002-06-29 15:31:13 +02:00
|
|
|
# This file is part of GnuPG.
|
2003-01-09 14:35:32 +01:00
|
|
|
#
|
2002-06-29 15:31:13 +02:00
|
|
|
# GnuPG is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-07-04 21:49:40 +02:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
2002-06-29 15:31:13 +02:00
|
|
|
# (at your option) any later version.
|
2011-03-02 09:04:16 +01:00
|
|
|
#
|
2002-06-29 15:31:13 +02:00
|
|
|
# GnuPG 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.
|
2011-03-02 09:04:16 +01:00
|
|
|
#
|
2002-06-29 15:31:13 +02:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2016-11-05 12:02:19 +01:00
|
|
|
# along with this program; if not, see <https://www.gnu.org/licenses/>.
|
2000-08-22 14:28:41 +02:00
|
|
|
|
2003-01-09 14:29:36 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
2000-02-08 18:12:00 +01:00
|
|
|
|
2015-06-09 21:29:15 +02:00
|
|
|
AM_CPPFLAGS =
|
|
|
|
|
|
|
|
include $(top_srcdir)/am/cmacros.am
|
|
|
|
|
2016-10-27 20:19:18 +02:00
|
|
|
examples = examples/README examples/scd-event examples/trustlist.txt \
|
2017-09-01 21:19:26 +02:00
|
|
|
examples/vsnfd.prf examples/debug.prf examples/qualified.txt \
|
2016-10-27 20:19:18 +02:00
|
|
|
examples/systemd-user/README \
|
|
|
|
examples/systemd-user/dirmngr.service \
|
|
|
|
examples/systemd-user/dirmngr.socket \
|
|
|
|
examples/systemd-user/gpg-agent.service \
|
|
|
|
examples/systemd-user/gpg-agent.socket \
|
|
|
|
examples/systemd-user/gpg-agent-ssh.socket \
|
2016-11-21 07:06:19 +01:00
|
|
|
examples/systemd-user/gpg-agent-browser.socket \
|
2016-10-27 20:19:18 +02:00
|
|
|
examples/systemd-user/gpg-agent-extra.socket \
|
2007-08-27 20:10:27 +02:00
|
|
|
examples/gpgconf.conf examples/pwpattern.list
|
2006-09-07 17:13:33 +02:00
|
|
|
|
2007-12-04 16:00:14 +01:00
|
|
|
helpfiles = help.txt help.be.txt help.ca.txt help.cs.txt \
|
|
|
|
help.da.txt help.de.txt help.el.txt help.eo.txt \
|
|
|
|
help.es.txt help.et.txt help.fi.txt help.fr.txt \
|
|
|
|
help.gl.txt help.hu.txt help.id.txt help.it.txt \
|
|
|
|
help.ja.txt help.nb.txt help.pl.txt help.pt.txt \
|
|
|
|
help.pt_BR.txt help.ro.txt help.ru.txt help.sk.txt \
|
|
|
|
help.sv.txt help.tr.txt help.zh_CN.txt help.zh_TW.txt
|
|
|
|
|
2016-12-16 16:00:15 +01:00
|
|
|
profiles =
|
|
|
|
|
2017-09-01 21:19:26 +02:00
|
|
|
EXTRA_DIST = samplekeys.asc mksamplekeys com-certs.pem \
|
2016-02-16 12:58:53 +01:00
|
|
|
gnupg-logo.eps gnupg-logo.pdf gnupg-logo.png gnupg-logo-tr.png \
|
|
|
|
gnupg-module-overview.png gnupg-module-overview.pdf \
|
|
|
|
gnupg-card-architecture.png gnupg-card-architecture.pdf \
|
2015-06-09 21:29:15 +02:00
|
|
|
FAQ gnupg7.texi mkdefsinc.c defsincdate \
|
2006-09-08 19:02:06 +02:00
|
|
|
opt-homedir.texi see-also-note.texi specify-user-id.texi \
|
2018-05-06 07:58:23 +02:00
|
|
|
gpgv.texi yat2m.c ChangeLog-2011 whats-new-in-2.1.txt \
|
|
|
|
trust-values.texi
|
2005-06-07 21:09:18 +02:00
|
|
|
|
2016-02-16 12:58:53 +01:00
|
|
|
BUILT_SOURCES = gnupg-module-overview.png gnupg-module-overview.pdf \
|
|
|
|
gnupg-card-architecture.png gnupg-card-architecture.pdf \
|
|
|
|
defsincdate defs.inc
|
2004-12-21 20:05:15 +01:00
|
|
|
|
2003-01-09 14:35:32 +01:00
|
|
|
info_TEXINFOS = gnupg.texi
|
2002-07-01 10:51:43 +02:00
|
|
|
|
2016-12-16 16:00:15 +01:00
|
|
|
dist_pkgdata_DATA = $(helpfiles) $(profiles)
|
2008-03-27 14:18:19 +01:00
|
|
|
|
2013-03-29 09:13:05 +01:00
|
|
|
nobase_dist_doc_DATA = FAQ DETAILS HACKING DCO TRANSLATE OpenPGP KEYSERVER \
|
2011-03-02 09:04:16 +01:00
|
|
|
$(examples)
|
2008-03-27 14:18:19 +01:00
|
|
|
|
2011-03-02 09:04:16 +01:00
|
|
|
#dist_html_DATA =
|
2008-03-27 14:18:19 +01:00
|
|
|
|
2005-06-07 21:09:18 +02:00
|
|
|
|
2003-01-09 14:35:32 +01:00
|
|
|
gnupg_TEXINFOS = \
|
2006-09-22 20:15:18 +02:00
|
|
|
gpg.texi gpgsm.texi gpg-agent.texi scdaemon.texi instguide.texi \
|
2004-12-21 20:05:15 +01:00
|
|
|
tools.texi debugging.texi glossary.texi contrib.texi gpl.texi \
|
2017-07-26 17:51:03 +02:00
|
|
|
sysnotes.texi dirmngr.texi wks.texi \
|
2016-02-16 12:58:53 +01:00
|
|
|
gnupg-module-overview.svg \
|
|
|
|
gnupg-card-architecture.fig \
|
2007-05-08 15:59:41 +02:00
|
|
|
howtos.texi howto-create-a-server-cert.texi
|
2002-07-01 10:51:43 +02:00
|
|
|
|
2015-12-03 13:28:28 +01:00
|
|
|
gnupg.texi : defs.inc
|
|
|
|
|
2016-02-16 12:58:53 +01:00
|
|
|
# We need EPS files for "make distcheck" but we do not want to distribute
|
|
|
|
# them due to their size. Let's build them as needed.
|
|
|
|
gnupg.dvi : gnupg-module-overview.eps gnupg-card-architecture.eps
|
|
|
|
|
|
|
|
|
2007-05-08 10:15:55 +02:00
|
|
|
DVIPS = TEXINPUTS="$(srcdir)$(PATH_SEPARATOR)$$TEXINPUTS" dvips
|
|
|
|
|
2015-06-08 19:27:08 +02:00
|
|
|
AM_MAKEINFOFLAGS = -I $(srcdir) --css-ref=/share/site.css
|
2006-08-18 15:05:39 +02:00
|
|
|
|
2015-06-08 19:27:08 +02:00
|
|
|
YAT2M_OPTIONS = -I $(srcdir) \
|
2018-03-23 07:16:16 +01:00
|
|
|
--release "GnuPG @PACKAGE_VERSION@" --source "GNU Privacy Guard 2.2"
|
2006-08-17 20:01:25 +02:00
|
|
|
|
2006-08-22 16:26:35 +02:00
|
|
|
myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-agent.texi \
|
2017-07-26 17:51:03 +02:00
|
|
|
dirmngr.texi scdaemon.texi tools.texi wks.texi
|
2016-04-05 15:15:28 +02:00
|
|
|
myman_pages = gpgsm.1 gpg-agent.1 dirmngr.8 scdaemon.1 \
|
2006-08-18 15:05:39 +02:00
|
|
|
watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \
|
2017-11-15 10:17:17 +01:00
|
|
|
gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 gpgtar.1 \
|
2017-07-26 17:51:03 +02:00
|
|
|
applygnupgdefaults.8 gpg-wks-client.1 gpg-wks-server.1 \
|
2010-06-10 12:39:44 +02:00
|
|
|
dirmngr-client.1
|
2016-04-05 15:15:28 +02:00
|
|
|
if USE_GPG2_HACK
|
|
|
|
myman_pages += gpg2.1 gpgv2.1
|
|
|
|
else
|
|
|
|
myman_pages += gpg.1 gpgv.1
|
|
|
|
endif
|
2006-08-17 20:01:25 +02:00
|
|
|
|
2010-06-10 12:39:44 +02:00
|
|
|
man_MANS = $(myman_pages) gnupg.7
|
2006-08-17 20:01:25 +02:00
|
|
|
|
|
|
|
watchgnupg_SOURCE = gnupg.texi
|
2002-07-01 10:51:43 +02:00
|
|
|
|
2006-08-21 22:20:23 +02:00
|
|
|
|
2015-06-09 21:29:15 +02:00
|
|
|
CLEANFILES = yat2m mkdefsinc defs.inc
|
2006-08-21 22:20:23 +02:00
|
|
|
|
2006-08-17 20:01:25 +02:00
|
|
|
DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \
|
2016-02-16 12:58:53 +01:00
|
|
|
gnupg-card-architecture.eps \
|
|
|
|
gnupg-module-overview.eps \
|
2017-11-15 10:17:17 +01:00
|
|
|
$(myman_pages) gnupg.7
|
2006-08-17 20:01:25 +02:00
|
|
|
|
2007-06-06 20:12:30 +02:00
|
|
|
yat2m: yat2m.c
|
|
|
|
$(CC_FOR_BUILD) -o $@ $(srcdir)/yat2m.c
|
2005-06-07 21:09:18 +02:00
|
|
|
|
2015-06-09 21:29:15 +02:00
|
|
|
mkdefsinc: mkdefsinc.c Makefile ../config.h
|
|
|
|
$(CC_FOR_BUILD) -I. -I.. -I$(srcdir) $(AM_CPPFLAGS) \
|
|
|
|
-o $@ $(srcdir)/mkdefsinc.c
|
|
|
|
|
2016-02-16 12:58:53 +01:00
|
|
|
.svg.eps:
|
|
|
|
convert `test -f '$<' || echo '$(srcdir)/'`$< $@
|
|
|
|
|
|
|
|
.svg.png:
|
|
|
|
convert `test -f '$<' || echo '$(srcdir)/'`$< $@
|
|
|
|
|
|
|
|
.svg.pdf:
|
|
|
|
convert `test -f '$<' || echo '$(srcdir)/'`$< $@
|
2007-03-08 19:31:56 +01:00
|
|
|
|
2005-06-07 21:09:18 +02:00
|
|
|
.fig.png:
|
|
|
|
fig2dev -L png `test -f '$<' || echo '$(srcdir)/'`$< $@
|
|
|
|
|
|
|
|
.fig.jpg:
|
2013-04-18 14:40:43 +02:00
|
|
|
fig2dev -L jpeg `test -f '$<' || echo '$(srcdir)/'`$< $@
|
2005-06-07 21:09:18 +02:00
|
|
|
|
|
|
|
.fig.eps:
|
|
|
|
fig2dev -L eps `test -f '$<' || echo '$(srcdir)/'`$< $@
|
|
|
|
|
|
|
|
.fig.pdf:
|
|
|
|
fig2dev -L pdf `test -f '$<' || echo '$(srcdir)/'`$< $@
|
|
|
|
|
|
|
|
|
2015-06-09 21:29:15 +02:00
|
|
|
yat2m-stamp: $(myman_sources) defs.inc
|
2006-08-17 20:01:25 +02:00
|
|
|
@rm -f yat2m-stamp.tmp
|
|
|
|
@touch yat2m-stamp.tmp
|
2015-11-30 11:27:30 +01:00
|
|
|
incd="`test -f defsincdate || echo '$(srcdir)/'`defsincdate"; \
|
2006-08-17 20:01:25 +02:00
|
|
|
for file in $(myman_sources) ; do \
|
2017-11-20 14:55:02 +01:00
|
|
|
$(YAT2M) $(YAT2M_OPTIONS) --store \
|
2015-11-30 11:27:30 +01:00
|
|
|
--date "`cat $$incd 2>/dev/null`" \
|
2006-08-17 20:01:25 +02:00
|
|
|
`test -f '$$file' || echo '$(srcdir)/'`$$file ; done
|
|
|
|
@mv -f yat2m-stamp.tmp $@
|
|
|
|
|
2017-11-20 14:55:02 +01:00
|
|
|
yat2m-stamp: $(YAT2M)
|
2006-08-17 20:01:25 +02:00
|
|
|
|
2015-06-09 21:29:15 +02:00
|
|
|
$(myman_pages) gnupg.7 : yat2m-stamp defs.inc
|
2006-08-17 20:01:25 +02:00
|
|
|
@if test -f $@; then :; else \
|
|
|
|
trap 'rm -rf yat2m-stamp yat2m-lock' 1 2 13 15; \
|
|
|
|
if mkdir yat2m-lock 2>/dev/null; then \
|
|
|
|
rm -f yat2m-stamp; \
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) yat2m-stamp; \
|
|
|
|
rmdir yat2m-lock; \
|
|
|
|
else \
|
|
|
|
while test -d yat2m-lock; do sleep 1; done; \
|
|
|
|
test -f yat2m-stamp; exit $$?; \
|
|
|
|
fi; \
|
|
|
|
fi
|
|
|
|
|
2015-06-09 21:29:15 +02:00
|
|
|
dist-hook: defsincdate
|
|
|
|
|
|
|
|
defsincdate: $(gnupg_TEXINFOS)
|
|
|
|
: >defsincdate ; \
|
2016-01-13 09:22:37 +01:00
|
|
|
if test -e $(top_srcdir)/.git; then \
|
2015-06-09 21:29:15 +02:00
|
|
|
(cd $(srcdir) && git log -1 --format='%ct' \
|
|
|
|
-- $(gnupg_TEXINFOS) 2>/dev/null) >>defsincdate; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
defs.inc : defsincdate Makefile mkdefsinc
|
|
|
|
incd="`test -f defsincdate || echo '$(srcdir)/'`defsincdate"; \
|
|
|
|
./mkdefsinc -C $(srcdir) --date "`cat $$incd 2>/dev/null`" \
|
|
|
|
$(gnupg_TEXINFOS) >$@
|
|
|
|
|
2007-03-08 19:31:56 +01:00
|
|
|
|
2016-02-16 12:58:53 +01:00
|
|
|
online: gnupg.html gnupg.pdf gnupg-module-overview.png \
|
|
|
|
gnupg-card-architecture.png
|
2006-09-19 18:25:51 +02:00
|
|
|
set -e; \
|
|
|
|
echo "Uploading current manuals to www.gnupg.org ..."; \
|
2011-08-12 14:40:47 +02:00
|
|
|
cp $(srcdir)/gnupg-logo-tr.png gnupg.html/; \
|
2016-02-16 12:58:53 +01:00
|
|
|
cp gnupg-module-overview.png gnupg.html/; \
|
|
|
|
cp gnupg-card-architecture.png gnupg.html/; \
|
2014-06-03 13:34:24 +02:00
|
|
|
user=werner ; webhost="ftp.gnupg.org" ; dashdevel="" ; \
|
2014-08-14 17:15:04 +02:00
|
|
|
if echo "@PACKAGE_VERSION@" | grep -- "-beta" >/dev/null; then \
|
2007-05-09 13:01:33 +02:00
|
|
|
dashdevel="-devel" ; \
|
|
|
|
else \
|
2014-06-03 13:34:24 +02:00
|
|
|
rsync -v gnupg.pdf $${user}@$${webhost}:webspace/manuals/ ; \
|
2007-05-09 13:01:33 +02:00
|
|
|
fi ; \
|
|
|
|
cd gnupg.html ; \
|
2014-06-03 13:34:24 +02:00
|
|
|
rsync -vr --exclude='.git' . \
|
|
|
|
$${user}@$${webhost}:webspace/manuals/gnupg$${dashdevel}/
|