texinfo-commits
[Top][All Lists]
Advanced

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

[8063] remove MiscXS from ModulePath.pm


From: gavinsmith0123
Subject: [8063] remove MiscXS from ModulePath.pm
Date: Tue, 14 Aug 2018 08:38:36 -0400 (EDT)

Revision: 8063
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8063
Author:   gavin
Date:     2018-08-14 08:38:36 -0400 (Tue, 14 Aug 2018)
Log Message:
-----------
remove MiscXS from ModulePath.pm

Modified Paths:
--------------
    trunk/tp/Texinfo/ModulePath.pm.in

Modified: trunk/tp/Texinfo/ModulePath.pm.in
===================================================================
--- trunk/tp/Texinfo/ModulePath.pm.in   2018-08-14 12:17:03 UTC (rev 8062)
+++ trunk/tp/Texinfo/ModulePath.pm.in   2018-08-14 12:38:36 UTC (rev 8063)
@@ -86,10 +86,6 @@
   if (defined($libexec_dir)) {
     unshift @INC, (File::Spec->catdir($libexec_dir));
   }
-  if (defined $ENV{'top_builddir'}) {
-    unshift @INC, (File::Spec->catdir($ENV{'top_builddir'}, 'tp',
-        'Texinfo', 'MiscXS'));
-  }
 }
 
 sub import { 




reply via email to

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