From 6f2180e9126e55e5a623ac9bb8d94f3794198ef2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 11 Sep 2024 14:51:35 +0200 Subject: [PATCH] build: Fix make distclean for gnupg.7.html -- --- doc/Makefile.am | 6 +++--- 1 file 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 \