mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
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. --
This commit is contained in:
parent
138e018592
commit
51bccae168
@ -79,18 +79,23 @@ YAT2M_OPTIONS = -I $(srcdir) \
|
|||||||
myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-agent.texi \
|
myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-agent.texi \
|
||||||
dirmngr.texi scdaemon.texi tools.texi wks.texi \
|
dirmngr.texi scdaemon.texi tools.texi wks.texi \
|
||||||
gpg-card.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 \
|
watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \
|
||||||
gpg-connect-agent.1 gpgparsemail.1 gpgtar.1 gpg-mail-tube.1 \
|
gpg-connect-agent.1 gpgparsemail.1 gpgtar.1 gpg-mail-tube.1 \
|
||||||
applygnupgdefaults.8 gpg-wks-client.1 gpg-wks-server.1 \
|
applygnupgdefaults.8 gpg-wks-client.1 gpg-wks-server.1 \
|
||||||
dirmngr-client.1 gpg-card.1 gpg-check-pattern.1
|
dirmngr-client.1 gpg-card.1 gpg-check-pattern.1
|
||||||
if USE_GPG2_HACK
|
myhtmlman_pages = \
|
||||||
myman_pages += gpg2.1 gpgv2.1
|
gpg.1.html gpgv.1.html gpgsm.1.html \
|
||||||
else
|
gpg-agent.1.html dirmngr.8.html scdaemon.1.html \
|
||||||
myman_pages += gpg.1 gpgv.1
|
watchgnupg.1.html gpgconf.1.html addgnupghome.8.html \
|
||||||
endif
|
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
|
watchgnupg_SOURCE = gnupg.texi
|
||||||
|
|
||||||
@ -98,7 +103,7 @@ watchgnupg_SOURCE = gnupg.texi
|
|||||||
CLEANFILES = mkdefsinc defs.inc
|
CLEANFILES = mkdefsinc defs.inc
|
||||||
|
|
||||||
DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \
|
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
|
mkdefsinc: mkdefsinc.c Makefile ../config.h
|
||||||
$(CC_FOR_BUILD) -I. -I.. -I$(srcdir) $(AM_CPPFLAGS) \
|
$(CC_FOR_BUILD) -I. -I.. -I$(srcdir) $(AM_CPPFLAGS) \
|
||||||
|
Loading…
Reference in New Issue
Block a user