[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Thu, 29 Aug 2024 13:32:38 -0400 (EDT) |
branch: release/7.1
commit 4faa0fb89b8e3e9cf4feb5f549f68b9df8c9069c
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jul 26 15:43:58 2024 +0200
* doc/Makefile.am (MAINTAINERCLEANFILES): set generated Texinfo files
as MAINTAINERCLEANFILES.
* tp/Texinfo/XS/Makefile.am (MAINTAINERCLEANFILES): set generated
source files as MAINTAINERCLEANFILES.
---
ChangeLog | 8 ++++++++
doc/Makefile.am | 2 ++
tp/Texinfo/XS/Makefile.am | 6 ++++++
3 files changed, 16 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 22c0eadbb4..4a0b5b4a36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-07-26 Patrice Dumas <pertusus@free.fr>
+
+ * doc/Makefile.am (MAINTAINERCLEANFILES): set generated Texinfo files
+ as MAINTAINERCLEANFILES.
+
+ * tp/Texinfo/XS/Makefile.am (MAINTAINERCLEANFILES): set generated
+ source files as MAINTAINERCLEANFILES.
+
2024-07-26 Patrice Dumas <pertusus@free.fr>
* doc/tp_api/Makefile.am (DISTCLEANFILES, dist-info): do not
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 381dffc93f..667d98df94 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -100,6 +100,8 @@ install-tex:
# Do not create info files for distribution.
dist-info:
+MAINTAINERCLEANFILES = pod2texi.texi html_default_commands_args.texi
+
# Rules for updating the online web pages for the documentation
# using the gendocs.sh script; see
# http://www.gnu.org/prep/maintain/html_node/Invoking-gendocs_002esh.html
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index ea42733956..e0833ab438 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -14,6 +14,8 @@ AUTOMAKE_OPTIONS=foreign subdir-objects
EXTRA_DIST=
+MAINTAINERCLEANFILES =
+
######################## Gnulib ################################
AM_CPPFLAGS = \
@@ -175,7 +177,11 @@ $(srcdir)/$(p)/element_types.c
$(srcdir)/$(p)/element_types.h: $(p)/element_type
$(GAWK) -v srcdir=$(srcdir)/$(p) -f $(srcdir)/$(p)/element_types.awk \
$(srcdir)/$(p)/element_types.txt
+MAINTAINERCLEANFILES += $(p)/element_types.c $(p)/element_types.h
+
$(srcdir)/$(p)/command_data.c $(srcdir)/$(p)/command_ids.h:
../command_data.txt $(p)/command_data.awk
$(GAWK) -v srcdir=$(srcdir)/$(p) -f $(srcdir)/$(p)/command_data.awk \
$(srcdir)/../command_data.txt
+MAINTAINERCLEANFILES += $(p)/command_data.c $(p)/command_ids.h
+