aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-09-11 12:51:35 +0000
committerWerner Koch <[email protected]>2024-09-11 12:51:35 +0000
commit6f2180e9126e55e5a623ac9bb8d94f3794198ef2 (patch)
treea26c839f0c6eb6c6131988f634633704bbab1e6d /doc
parentpo: msgmerge (diff)
downloadgnupg-6f2180e9126e55e5a623ac9bb8d94f3794198ef2.tar.gz
gnupg-6f2180e9126e55e5a623ac9bb8d94f3794198ef2.zip
build: Fix make distclean for gnupg.7.html
--
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4c51351a7..6ce9819e5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -103,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 $(myhtmlman_pages)
+ $(myman_pages) gnupg.7 gnupg.7.html $(myhtmlman_pages)
mkdefsinc: mkdefsinc.c Makefile ../config.h
$(CC_FOR_BUILD) -I. -I.. -I$(srcdir) $(AM_CPPFLAGS) \
@@ -137,7 +137,7 @@ yat2m-stamp: $(myman_sources) defs.inc
@rm -f yat2m-stamp.tmp
@touch yat2m-stamp.tmp
incd="`test -f defsincdate || echo '$(srcdir)/'`defsincdate"; \
- for file in $(myman_sources) ; do \
+ for file in $(myman_sources); do \
$(YAT2M) $(YAT2M_OPTIONS) --store \
--date "`cat $$incd 2>/dev/null`" \
`test -f '$$file' || echo '$(srcdir)/'`$$file ;\
@@ -148,7 +148,7 @@ yat2m-stamp: $(myman_sources) defs.inc
@mv -f yat2m-stamp.tmp $@
-$(myman_pages) gnupg.7 : yat2m-stamp defs.inc
+$(myman_pages) $(myhtmlman_pages) gnupg.7 gnupg.7.html : yat2m-stamp defs.inc
@if test -f $@; then :; else \
trap 'rm -rf yat2m-stamp yat2m-lock' 1 2 13 15; \
if mkdir yat2m-lock 2>/dev/null; then \