[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:37 -0400 (EDT) |
branch: release/7.1
commit 1db4e2d2fd18b0dee813a0050c96bac3a42ba1c6
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jul 26 14:30:31 2024 +0200
* doc/tp_api/Makefile.am (DISTCLEANFILES, dist-info): do not
distribute Info files.
* doc/tp_api/Makefile.am (maintainerclean-local)
(MAINTAINERCLEANFILES): remove generated Texinfo file with
maintainerclean.
---
ChangeLog | 9 +++++++++
doc/tp_api/Makefile.am | 9 +++++++++
2 files changed, 18 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index c27a48c7dc..22c0eadbb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2024-07-26 Patrice Dumas <pertusus@free.fr>
+
+ * doc/tp_api/Makefile.am (DISTCLEANFILES, dist-info): do not
+ distribute Info files.
+
+ * doc/tp_api/Makefile.am (maintainerclean-local)
+ (MAINTAINERCLEANFILES): remove generated Texinfo file with
+ maintainerclean.
+
2023-10-22 Patrice Dumas <pertusus@free.fr>
* man/Makefile.am (generated_mans, MAINTAINERCLEANFILES): distinguish
diff --git a/doc/tp_api/Makefile.am b/doc/tp_api/Makefile.am
index 5a9f2a8a7e..b38fd6f827 100644
--- a/doc/tp_api/Makefile.am
+++ b/doc/tp_api/Makefile.am
@@ -39,6 +39,10 @@ TEXINFO_TEX = ../texinfo.tex
# Most dependencies are in api_includes/ directory but we do not want
# to list them explicitly
texi2any_internals_TEXINFOS = texi2any_internals_indices.texi
+DISTCLEANFILES = texi2any_internals.info*
+
+# Do not create info files for distribution.
+dist-info:
# texi2any_internals_preamble.texi is not included but passed on the
# standard input when building texi2any_internals.texi.
@@ -81,3 +85,8 @@ $(srcdir)/texi2any_internals.texi:
$(texi2any_internals_dependencies) $(srcdir)/
fi ; rm -f $${target}.tmp
endif
+
+maintainerclean-local:
+ rm -rf api_includes
+
+MAINTAINERCLEANFILES = texi2any_internals.texi