texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Remove NODE_FILENAMES completly


From: Patrice Dumas
Subject: branch master updated: Remove NODE_FILENAMES completly
Date: Fri, 03 Sep 2021 13:03:20 -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 b49dc0d  Remove NODE_FILENAMES completly
b49dc0d is described below

commit b49dc0dba1acf22e47944b6b3e6f68eaae551c37
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Sep 3 19:02:43 2021 +0200

    Remove NODE_FILENAMES completly
---
 tp/TODO              | 6 ------
 tp/Texinfo/Common.pm | 1 -
 tp/init/book.pm      | 3 +--
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/tp/TODO b/tp/TODO
index 61400ad..75239f5 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -30,12 +30,6 @@ than one output file
 FIXME isn't that done for each output file?
 
 
-remove NODE_FILENAMES
-vi init/book.pm
-  return undef if ($converter->get_conf('NODE_FILENAMES')
-+ COmmon.pm
-
-
 COmmon.pm float_name_caption to Convert::Common
  sub definition_category($$) to Convert::Common
     expand_today to Convert::Common
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 70c9156..3cc0505 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -325,7 +325,6 @@ our @variable_string_settables = (
 'MONOLITHIC',
 'NO_CSS',
 'NODE_FILE_EXTENSION',
-'NODE_FILENAMES',
 'NODE_NAME_IN_INDEX',
 'NODE_NAME_IN_MENU',
 'NO_USE_SETFILENAME',
diff --git a/tp/init/book.pm b/tp/init/book.pm
index 2a29016..1c16b2d 100644
--- a/tp/init/book.pm
+++ b/tp/init/book.pm
@@ -272,8 +272,7 @@ sub book_element_file_name($$$)
   my $element = shift;
   my $filename = shift;
 
-  return undef if ($converter->get_conf('NODE_FILENAMES') 
-                   or !$converter->get_conf('SPLIT'));
+  return undef if (!$converter->get_conf('SPLIT'));
 
   if (defined($book_previous_default_filename)
       and ($filename eq $book_previous_default_filename)) {



reply via email to

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