From 51bccae1680d0aa6893cdd950e06594faadeab3a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 11 Sep 2024 10:41:58 +0200 Subject: [PATCH] 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. -- --- doc/Makefile.am | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 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 +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 +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) \