diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-12-03 14:30:58 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-12-03 14:30:58 +0000 |
commit | 1aea9817e4e434c4b8b4569abaa6b216ee2695f3 (patch) | |
tree | e7d6a5b47c4a0549ae478ad8e679d1517ef8f864 | |
parent | 59b2a7f266e30473f6728baa4de5b78cb9040011 (diff) |
the previous change is not necessary since KPATHSEA is defined
git-svn-id: svn://tug.org/texlive/trunk@57056 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/detex/TLpatches/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/detex/TLpatches/patch-02-win32 | 16 | ||||
-rw-r--r-- | Build/source/texk/detex/detex-src/detex.h | 5 |
3 files changed, 0 insertions, 25 deletions
diff --git a/Build/source/texk/detex/TLpatches/ChangeLog b/Build/source/texk/detex/TLpatches/ChangeLog index c102b178207..4c36050c33a 100644 --- a/Build/source/texk/detex/TLpatches/ChangeLog +++ b/Build/source/texk/detex/TLpatches/ChangeLog @@ -1,7 +1,3 @@ -2020-12-03 Akira Kakuto <kakuto@w32tex.org> - - Add patch-02-win32 to support Windows. - 2020-12-03 Hironobu Yamashita <h.y.acetaminophen@gmail.com> Remove patch-01-support-old-compiler, which is applied in the upstream. diff --git a/Build/source/texk/detex/TLpatches/patch-02-win32 b/Build/source/texk/detex/TLpatches/patch-02-win32 deleted file mode 100644 index b0611b759a7..00000000000 --- a/Build/source/texk/detex/TLpatches/patch-02-win32 +++ /dev/null @@ -1,16 +0,0 @@ ---- detex.h.orig Wed Jun 17 07:27:32 2020 -+++ detex.h Thu Dec 03 22:39:45 2020 -@@ -56,8 +56,13 @@ - #define DEFAULTINPUTS ".;/emtex/texinput" - #define CHPATHSEP ';' - #else -+#ifdef _WIN32 -+#define DEFAULTINPUTS ".;c:/usr/local/tex/inputs" -+#define CHPATHSEP ';' -+#else - #define DEFAULTINPUTS ".:/usr/local/tex/inputs" - #define CHPATHSEP ':' -+#endif /* _WIN32 */ - #endif - #endif - diff --git a/Build/source/texk/detex/detex-src/detex.h b/Build/source/texk/detex/detex-src/detex.h index 169cc57461a..2fca90b1f9d 100644 --- a/Build/source/texk/detex/detex-src/detex.h +++ b/Build/source/texk/detex/detex-src/detex.h @@ -56,13 +56,8 @@ #define DEFAULTINPUTS ".;/emtex/texinput" #define CHPATHSEP ';' #else -#ifdef _WIN32 -#define DEFAULTINPUTS ".;c:/usr/local/tex/inputs" -#define CHPATHSEP ';' -#else #define DEFAULTINPUTS ".:/usr/local/tex/inputs" #define CHPATHSEP ':' -#endif /* _WIN32 */ #endif #endif |