texinfo-commits
[Top][All Lists]
Advanced

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

[8073] remove diff-for-test-parsetexi.diff


From: gavinsmith0123
Subject: [8073] remove diff-for-test-parsetexi.diff
Date: Wed, 15 Aug 2018 11:22:08 -0400 (EDT)

Revision: 8073
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8073
Author:   gavin
Date:     2018-08-15 11:22:08 -0400 (Wed, 15 Aug 2018)
Log Message:
-----------
remove diff-for-test-parsetexi.diff

Modified Paths:
--------------
    trunk/tp/parsetexi/README

Removed Paths:
-------------
    trunk/tp/diff-for-test-parsetexi.diff

Deleted: trunk/tp/diff-for-test-parsetexi.diff
===================================================================
--- trunk/tp/diff-for-test-parsetexi.diff       2018-08-15 15:14:51 UTC (rev 
8072)
+++ trunk/tp/diff-for-test-parsetexi.diff       2018-08-15 15:22:08 UTC (rev 
8073)
@@ -1,28 +0,0 @@
-Index: Texinfo/ModulePath.pm.in
-===================================================================
---- Texinfo/ModulePath.pm.in   (revision 8068)
-+++ Texinfo/ModulePath.pm.in   (working copy)
-@@ -68,6 +68,7 @@
-     if ('@USE_EXTERNAL_UNIDECODE@' ne 'yes') {
-       unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 
'lib'));
-     }
-+    unshift @INC, (File::Spec->catdir($lib_dir, '..', 'parsetexi'));
-   }
- 
-   if (!$libexec_dir) {
-Index: Texinfo/Parser.pm
-===================================================================
---- Texinfo/Parser.pm  (revision 8058)
-+++ Texinfo/Parser.pm  (working copy)
-@@ -27,6 +27,11 @@
- #  user visible subroutines.
- #  internal subroutines, doing the parsing.
- 
-+
-+use Parsetexi;
-+1;
-+__END__
-+
- package Texinfo::Parser;
- 
- # We need the unicode stuff.

Modified: trunk/tp/parsetexi/README
===================================================================
--- trunk/tp/parsetexi/README   2018-08-15 15:14:51 UTC (rev 8072)
+++ trunk/tp/parsetexi/README   2018-08-15 15:22:08 UTC (rev 8073)
@@ -2,8 +2,7 @@
 in tp/Texinfo/Parser.pm.
 
 
-some modifications needed to run at the moment.  diff in 
-tp/diff-for-test-parsetexi.diff
+Set TEXINFO_XS_PARSER in environment to use.
 
 =====================================================================
 Notes -




reply via email to

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