texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/XS/Makefile.am (EXTRA_DIST) (C_libte


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/Makefile.am (EXTRA_DIST) (C_libtexinfo_convert_sources): remove converters_defaults.c, add call_html_cxx_function.cpp.
Date: Sat, 05 Oct 2024 04:00:31 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new c16fd93186 * tp/Texinfo/XS/Makefile.am (EXTRA_DIST) 
(C_libtexinfo_convert_sources): remove converters_defaults.c, add 
call_html_cxx_function.cpp.
c16fd93186 is described below

commit c16fd9318610e31ac5b8a32148a172716c4de61b
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 5 10:00:38 2024 +0200

    * tp/Texinfo/XS/Makefile.am (EXTRA_DIST)
    (C_libtexinfo_convert_sources): remove converters_defaults.c, add
    call_html_cxx_function.cpp.
---
 ChangeLog                 | 6 ++++++
 tp/Texinfo/XS/Makefile.am | 8 ++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0199206f86..d07bed3efc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-10-05  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/Makefile.am (EXTRA_DIST)
+       (C_libtexinfo_convert_sources): remove converters_defaults.c, add
+       call_html_cxx_function.cpp.
+
 2024-08-23  Patrice Dumas  <pertusus@free.fr>
 
        * tp/maintain/lib/libintl-perl: update to libintl-perl-1.33.
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index b3437369d3..82bff144ab 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -267,8 +267,6 @@ BUILT_SOURCES = main/accent_tables_8bit_codepoints.c \
 EXTRA_DIST+=main/element_types.txt main/element_types.awk \
           main/command_data.awk
 EXTRA_DIST += convert/cmd_converter.c
-EXTRA_DIST += convert/converters_defaults.c
-EXTRA_DIST += convert/converters_defaults.h
 EXTRA_DIST += convert/converters_options.c
 EXTRA_DIST += convert/converters_options.h
 
@@ -422,6 +420,12 @@ XS_libtexinfo_convert_sources = \
                        convert/get_converter_perl_info.c \
                        convert/get_converter_perl_info.h
 
+if HAVE_CXX_HASHMAP
+C_libtexinfo_convert_sources += convert/call_html_cxx_function.cpp
+else
+EXTRA_DIST += convert/call_html_cxx_function.cpp
+endif
+
 libtexinfo_convert_la_SOURCES = \
    $(C_libtexinfo_convert_sources) \
    $(XS_libtexinfo_convert_sources)



reply via email to

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