texinfo-commits
[Top][All Lists]
Advanced

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

[8113] Texinfo::ModulePath


From: gavinsmith0123
Subject: [8113] Texinfo::ModulePath
Date: Sat, 25 Aug 2018 09:36:37 -0400 (EDT)

Revision: 8113
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8113
Author:   gavin
Date:     2018-08-25 09:36:37 -0400 (Sat, 25 Aug 2018)
Log Message:
-----------
Texinfo::ModulePath

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/texi2any.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-25 12:26:21 UTC (rev 8112)
+++ trunk/ChangeLog     2018-08-25 13:36:37 UTC (rev 8113)
@@ -1,5 +1,11 @@
 2018-08-25  Gavin Smith  <address@hidden>
 
+       * tp/texi2any.pl: Set top_srcdir as well as top_builddir in case
+       these are not defined.  This compensates for a recent change in
+       Texinfo::ModulePath.
+
+2018-08-25  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Parser.pm
        (parse_def): Split up text elements in the main tree into 
        separate elements.  This means in most cases, the elements in 

Modified: trunk/tp/texi2any.pl
===================================================================
--- trunk/tp/texi2any.pl        2018-08-25 12:26:21 UTC (rev 8112)
+++ trunk/tp/texi2any.pl        2018-08-25 13:36:37 UTC (rev 8113)
@@ -69,6 +69,7 @@
     # To find Texinfo::ModulePath
     if (!defined($ENV{'top_builddir'})) {
       $ENV{'top_builddir'} = File::Spec->catdir($command_directory, $updir);
+      $ENV{'top_srcdir'} = File::Spec->catdir($command_directory, $updir);
     }
     unshift @INC, File::Spec->catdir($ENV{'top_builddir'}, 'tp');
 




reply via email to

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