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 (main/accent_tables_8


From: Gavin D. Smith
Subject: branch master updated: * tp/Texinfo/XS/Makefile.am (main/accent_tables_8bit_codepoints.c) (main/cmd_normalization.c): Make generated files depend on the scripts that generate them. I could not build the program because one of these files was stale.
Date: Fri, 08 Dec 2023 15:52:55 -0500

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

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 213b360e0c * tp/Texinfo/XS/Makefile.am 
(main/accent_tables_8bit_codepoints.c) (main/cmd_normalization.c): Make 
generated files depend on the scripts that generate them.  I could not build 
the program because one of these files was stale.
213b360e0c is described below

commit 213b360e0c7a60475b7b352e048f3cedc22443be
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Dec 8 20:52:43 2023 +0000

    * tp/Texinfo/XS/Makefile.am (main/accent_tables_8bit_codepoints.c)
    (main/cmd_normalization.c): Make generated files depend on the
    scripts that generate them.  I could not build the program because
    one of these files was stale.
---
 ChangeLog                 | 7 +++++++
 tp/Texinfo/XS/Makefile.am | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 53ca0f63fd..168a0f33f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-12-08  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/Texinfo/XS/Makefile.am (main/accent_tables_8bit_codepoints.c)
+       (main/cmd_normalization.c): Make generated files depend on the
+       scripts that generate them.  I could not build the program because
+       one of these files was stale.
+
 2023-12-08  Gavin Smith <gavinsmith0123@gmail.com>
 
        * tp/Texinfo/Convert/Plaintext.pm (_convert) <@listoffloats>:
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index dfb5bb3b05..a6a368248c 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -242,7 +242,7 @@ $(srcdir)/../Commands.pm: ../command_data.txt
 $(srcdir)/../Options.pm: $(srcdir)/../options_data.txt
        $(PERL) $(srcdir)/../../maintain/regenerate_perl_options_info.pl 
$(srcdir)/../Options.pm < $(srcdir)/../options_data.txt
 
-$(srcdir)/main/cmd_normalization.c $(srcdir)/main/cmd_unicode.c 
$(srcdir)/main/cmd_structuring.c $(srcdir)/main/cmd_symbol.c 
$(srcdir)/main/cmd_text.c: main/command_data.c ../Commands.pm ../Options.pm
+$(srcdir)/main/cmd_normalization.c $(srcdir)/main/cmd_unicode.c 
$(srcdir)/main/cmd_structuring.c $(srcdir)/main/cmd_symbol.c 
$(srcdir)/main/cmd_text.c: main/command_data.c ../Commands.pm ../Options.pm 
$(srcdir)/../../maintain/setup_converters_code_tables.pl
        $(TXI_MODULES_ENV) $(PERL) 
$(srcdir)/../../maintain/setup_converters_code_tables.pl \
            < $(srcdir)/main/command_data.c \
              $(srcdir)/main/cmd_normalization.c \
@@ -251,7 +251,7 @@ $(srcdir)/main/cmd_normalization.c 
$(srcdir)/main/cmd_unicode.c $(srcdir)/main/c
              $(srcdir)/main/cmd_symbol.c \
              $(srcdir)/main/cmd_text.c
 
-$(srcdir)/main/accent_tables_8bit_codepoints.c:
+$(srcdir)/main/accent_tables_8bit_codepoints.c: 
$(srcdir)/../../maintain/setup_accent_tables.pl
        $(TXI_MODULES_ENV) $(PERL) 
$(srcdir)/../../maintain/setup_accent_tables.pl \
                      $(srcdir)/main/accent_tables_8bit_codepoints.c
 



reply via email to

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