]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Remove autosprintf_all.html upon "make maintainer-clean".
authorBruno Haible <bruno@clisp.org>
Tue, 8 Jul 2025 10:06:29 +0000 (12:06 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 8 Jul 2025 10:06:29 +0000 (12:06 +0200)
* gettext-runtime/libasprintf/Makefile.am (MAINTAINERCLEANFILES): New variable.

gettext-runtime/libasprintf/Makefile.am

index 197a51a6746c68dd76de9371340887e2f08b7210..6f9366fd0ef9c5decfc278d00aa333486bc004b7 100644 (file)
@@ -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.