texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Patrice Dumas
Date: Fri, 26 Jul 2024 09:44:08 -0400 (EDT)

branch: master
commit d80f36fca1ab2ebe3bb27f17c9fb92025a2c532b
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 105e345e86..90c75403af 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.
+
 2024-07-25  Patrice Dumas  <pertusus@free.fr>
 
        * tp/init/book.pm (book_convert_heading_command):  sync with HTML.pm.
diff --git a/doc/tp_api/Makefile.am b/doc/tp_api/Makefile.am
index 72a2f3616f..a2d3a888be 100644
--- a/doc/tp_api/Makefile.am
+++ b/doc/tp_api/Makefile.am
@@ -38,6 +38,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.
@@ -80,3 +84,8 @@ texi2any_internals.texi: $(texi2any_internals_dependencies) 
texi2any_internals_i
        fi ; rm -f $@.tmp
 
 endif
+
+maintainerclean-local:
+       rm -rf api_includes
+
+MAINTAINERCLEANFILES = texi2any_internals.texi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]