texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Wed, 3 Jan 2024 15:51:42 -0500 (EST)

branch: master
commit addd7f85248b10794eb1ae73d375d959c81cf4dd
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 3 20:39:16 2024 +0100

    * tp/Makefile.am (Commands.pm, Options.pm): have generated files
    depend on the script generating them.
---
 ChangeLog      | 5 +++++
 tp/Makefile.am | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 07bf068822..fb2ac5db17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-03  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Makefile.am (Commands.pm, Options.pm): have generated files
+       depend on the script generating them.
+
 2024-01-03  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/convert/convert_html.c (convert_enumerate_command):
diff --git a/tp/Makefile.am b/tp/Makefile.am
index be364fb9f9..bd0417e8a4 100644
--- a/tp/Makefile.am
+++ b/tp/Makefile.am
@@ -348,10 +348,10 @@ Texinfo/ModulePath.pm: Texinfo/ModulePath.pm.in Makefile
          $(srcdir)/Texinfo/ModulePath.pm.in >$@
 
 # FIXME duplicated in Texinfo/XS/Makefile.am. Remove from here?
-$(srcdir)/Texinfo/Commands.pm: Texinfo/command_data.txt
+$(srcdir)/Texinfo/Commands.pm: Texinfo/command_data.txt 
$(srcdir)/maintain/regenerate_commands_perl_info.pl
        $(srcdir)/maintain/regenerate_commands_perl_info.pl 
$(srcdir)/Texinfo/Commands.pm < $(srcdir)/Texinfo/command_data.txt
 
-$(srcdir)/Texinfo/Options.pm: Texinfo/options_data.txt
+$(srcdir)/Texinfo/Options.pm: Texinfo/options_data.txt 
$(srcdir)/maintain/regenerate_perl_options_info.pl
        $(srcdir)/maintain/regenerate_perl_options_info.pl 
$(srcdir)/Texinfo/Options.pm < $(srcdir)/Texinfo/options_data.txt
 
 libsrcdir = $(srcdir)/maintain/lib



reply via email to

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