texinfo-commits
[Top][All Lists]
Advanced

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

[8272] simplify regenerate_file_lists.pl


From: gavinsmith0123
Subject: [8272] simplify regenerate_file_lists.pl
Date: Sat, 13 Oct 2018 04:03:34 -0400 (EDT)

Revision: 8272
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8272
Author:   gavin
Date:     2018-10-13 04:03:34 -0400 (Sat, 13 Oct 2018)
Log Message:
-----------
simplify regenerate_file_lists.pl

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/maintain/regenerate_file_lists.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-13 07:54:01 UTC (rev 8271)
+++ trunk/ChangeLog     2018-10-13 08:03:34 UTC (rev 8272)
@@ -1,5 +1,12 @@
 2018-10-13  Gavin Smith  <address@hidden>
 
+       * tp/maintain/regenerate_file_lists.pl:
+       Do not generate the variable 'test_copied_include_files'.  
+       Remove copyright notice from generated file as the year is 
+       out-of-date.
+
+2018-10-13  Gavin Smith  <address@hidden>
+
        * tp/t/test_utils.pl: Remove code copying 't/include_reference'
        to build directory.  Do not include any directories in the 
        current directory in the include path.
@@ -17,7 +24,7 @@
        * tp/t/info_tests.t (image_file_search): Remove test.
        test_include_directories): Remove tests.
 
-       * maintain/regenerate_file_lists.pl: Do not generate rules to 
+       * tp/maintain/regenerate_file_lists.pl: Do not generate rules to 
        copy files to tp/t/include_dir in build directory.
 
        This avoids the hassle of copying all the include files to the 

Modified: trunk/tp/maintain/regenerate_file_lists.pl
===================================================================
--- trunk/tp/maintain/regenerate_file_lists.pl  2018-10-13 07:54:01 UTC (rev 
8271)
+++ trunk/tp/maintain/regenerate_file_lists.pl  2018-10-13 08:03:34 UTC (rev 
8272)
@@ -63,15 +63,6 @@
 print INCLUDE <<EOH;
 # Makefile.tres generated by $0.
 #
-# Copyright 2016 Free Software Foundation, Inc.
-#
-# This file is free software; as a special exception the author gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
-# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 EOH
 
 print INCLUDE 'test_tap_files_generated_list =';
@@ -85,16 +76,3 @@
   print INCLUDE " \\\n  $file";
 }
 print INCLUDE "\n\n";
-
-print INCLUDE "t/include_dir:\n".
-   "\t".'$(MKDIR_P) $@'."\n\n";
-my $test_copied_include_files = 'test_copied_include_files =';
-foreach my $include_file (sort(keys(%include_files))) {
-  my $bfile = basename($include_file);
-  $test_copied_include_files .= " t/include_dir/$bfile";
-
-  #print INCLUDE "t/include_dir/$bfile: \$(srcdir)/$include_file 
t/include_dir\n"
-  #."\t".'$(INSTALL_DATA) $(srcdir)/'.$include_file.' $@'."\n\n";
-}
-
-print INCLUDE $test_copied_include_files ."\n\n";




reply via email to

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