From: Bruno Haible Date: Tue, 8 Jul 2025 10:06:29 +0000 (+0200) Subject: build: Remove autosprintf_all.html upon "make maintainer-clean". X-Git-Tag: v0.26~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bc44e010c7c1c9ee143b9d4a321eb1d237fac02;p=thirdparty%2Fgettext.git build: Remove autosprintf_all.html upon "make maintainer-clean". * gettext-runtime/libasprintf/Makefile.am (MAINTAINERCLEANFILES): New variable. --- 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.