aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-09-11 12:51:35 +0000
committerWerner Koch <[email protected]>2024-09-19 11:21:15 +0000
commite76bac2ef2efa3fc45e44c013578a5b3d0691898 (patch)
treed181487f316d3bbb844c7b4ff01f40f391476476
parentbuild: Also cleanup generated html file in a make distcheck (diff)
downloadgnupg-e76bac2ef2efa3fc45e44c013578a5b3d0691898.tar.gz
gnupg-e76bac2ef2efa3fc45e44c013578a5b3d0691898.zip
build: Fix make distclean for gnupg.7.html
--
-rw-r--r--doc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3cb0ca8f0..4d4feaf54 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -103,7 +103,7 @@ watchgnupg_SOURCE = gnupg.texi
CLEANFILES = yat2m 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)
yat2m: yat2m.c
$(CC_FOR_BUILD) -o $@ $(srcdir)/yat2m.c
@@ -140,7 +140,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 ; done
@@ -148,7 +148,7 @@ yat2m-stamp: $(myman_sources) defs.inc
yat2m-stamp: $(YAT2M)
-$(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 \