summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2024-09-11 10:41:58 +0200
committerWerner Koch <wk@gnupg.org>2024-09-11 14:30:40 +0200
commit51bccae1680d0aa6893cdd950e06594faadeab3a (patch)
tree6376324279e70c4892b18385883687365e952e69
parenttests: Updated PQC test data to the final Kyber algo id. (diff)
downloadgnupg2-51bccae1680d0aa6893cdd950e06594faadeab3a.tar.xz
gnupg2-51bccae1680d0aa6893cdd950e06594faadeab3a.zip
build: Also cleanup generated html file in a make distcheck
* doc/Makefile.am (myman_pages): Add gpg and gpgv. (USE_GPG2_HACK): Remove conditional. (myhtmlman_pages): New. (DISTCLEANFILES): Add html pages. --
-rw-r--r--doc/Makefile.am23
1 files changed, 14 insertions, 9 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 69f44465f..4c51351a7 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -79,18 +79,23 @@ YAT2M_OPTIONS = -I $(srcdir) \
myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-agent.texi \
dirmngr.texi scdaemon.texi tools.texi wks.texi \
gpg-card.texi
-myman_pages = gpgsm.1 gpg-agent.1 dirmngr.8 scdaemon.1 \
+myman_pages = gpg.1 gpgv.1 gpgsm.1 gpg-agent.1 dirmngr.8 scdaemon.1 \
watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \
gpg-connect-agent.1 gpgparsemail.1 gpgtar.1 gpg-mail-tube.1 \
applygnupgdefaults.8 gpg-wks-client.1 gpg-wks-server.1 \
dirmngr-client.1 gpg-card.1 gpg-check-pattern.1
-if USE_GPG2_HACK
-myman_pages += gpg2.1 gpgv2.1
-else
-myman_pages += gpg.1 gpgv.1
-endif
-
-man_MANS = $(myman_pages) gnupg.7
+myhtmlman_pages = \
+ gpg.1.html gpgv.1.html gpgsm.1.html \
+ gpg-agent.1.html dirmngr.8.html scdaemon.1.html \
+ watchgnupg.1.html gpgconf.1.html addgnupghome.8.html \
+ gpg-preset-passphrase.1.html \
+ gpg-connect-agent.1.html gpgparsemail.1.html \
+ gpgtar.1.html gpg-mail-tube.1.html \
+ applygnupgdefaults.8.html gpg-wks-client.1.html \
+ gpg-wks-server.1.html \
+ dirmngr-client.1.html gpg-card.1.html gpg-check-pattern.1.html
+
+man_MANS = $(myman_pages) gnupg.7 gnupg.7.html
watchgnupg_SOURCE = gnupg.texi
@@ -98,7 +103,7 @@ watchgnupg_SOURCE = gnupg.texi
CLEANFILES = mkdefsinc defs.inc
DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \
- $(myman_pages) gnupg.7
+ $(myman_pages) gnupg.7 $(myhtmlman_pages)
mkdefsinc: mkdefsinc.c Makefile ../config.h
$(CC_FOR_BUILD) -I. -I.. -I$(srcdir) $(AM_CPPFLAGS) \