From 2bc44e010c7c1c9ee143b9d4a321eb1d237fac02 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 8 Jul 2025 12:06:29 +0200 Subject: [PATCH] build: Remove autosprintf_all.html upon "make maintainer-clean". * gettext-runtime/libasprintf/Makefile.am (MAINTAINERCLEANFILES): New variable. --- gettext-runtime/libasprintf/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am index 197a51a67..6f9366fd0 100644 --- a/gettext-runtime/libasprintf/Makefile.am +++ b/gettext-runtime/libasprintf/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime/libasprintf subdirectory of GNU gettext -## Copyright (C) 2002-2024 Free Software Foundation, Inc. +## Copyright (C) 2002-2025 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU Lesser General Public License as published by @@ -24,6 +24,7 @@ SUBDIRS = gnulib-lib EXTRA_DIST = BUILT_SOURCES = MOSTLYCLEANFILES = +MAINTAINERCLEANFILES = RM = rm -f @@ -225,6 +226,7 @@ uninstall-html: $(RM) $(DESTDIR)$(htmldir)/autosprintf.html EXTRA_DIST += autosprintf_all.html +MAINTAINERCLEANFILES += autosprintf_all.html # Windows support. -- 2.47.3