diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-06-24 07:38:09 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-06-24 07:38:09 +0000 |
commit | 950ff9d2523f08c6d7d855f4af237de38144d3b2 (patch) | |
tree | 1788987531373d1b8e5f4e6dc3b0ae13e05f35bf /Build/source/utils/xindy | |
parent | 07950cfa54af33f3df6b7059bcaf2c47f68b1b39 (diff) |
utils/xindy: Fix a bug when $modules_dir contains spaces.
See http://tex.stackexchange.com/questions/251221/miktex-and-xindy-problems.
git-svn-id: svn://tug.org/texlive/trunk@37655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r-- | Build/source/utils/xindy/xindy-2.5.1-PATCHES/patch-02-win32-paths-with-spaces | 10 | ||||
-rw-r--r-- | Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.1 | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/Build/source/utils/xindy/xindy-2.5.1-PATCHES/patch-02-win32-paths-with-spaces b/Build/source/utils/xindy/xindy-2.5.1-PATCHES/patch-02-win32-paths-with-spaces index 13474fd0f2f..ae5b16832a9 100644 --- a/Build/source/utils/xindy/xindy-2.5.1-PATCHES/patch-02-win32-paths-with-spaces +++ b/Build/source/utils/xindy/xindy-2.5.1-PATCHES/patch-02-win32-paths-with-spaces @@ -1,12 +1,18 @@ diff -ur -N -x Makefile.in -x autom4te.cache xindy-2.5.1.orig/user-commands/xindy.1 xindy-2.5.1/user-commands/xindy.1 --- xindy-2.5.1.orig/user-commands/xindy.1 2014-05-29 22:26:05.000000000 +0200 -+++ xindy-2.5.1/user-commands/xindy.1 2014-10-24 11:06:44.000000000 +0200 ++++ xindy-2.5.1/user-commands/xindy.1 2015-06-24 08:39:34.227868150 +0200 +@@ -1,4 +1,4 @@ +-.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28) ++.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) + .\" + .\" Standard preamble: + .\" ======================================================================== @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "xindy 1" -.TH xindy 1 "2014-05-29" "Release 2.5.1" "xindy" -+.TH xindy 1 "2014-10-24" "Release 2.5.1" "xindy" ++.TH xindy 1 "2015-06-24" "Release 2.5.1" "xindy" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.1 b/Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.1 index c8fc30d91f7..f4ddad3a192 100644 --- a/Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.1 +++ b/Build/source/utils/xindy/xindy-2.5.1/user-commands/xindy.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28) +.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) .\" .\" Standard preamble: .\" ======================================================================== @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "xindy 1" -.TH xindy 1 "2014-10-24" "Release 2.5.1" "xindy" +.TH xindy 1 "2015-06-24" "Release 2.5.1" "xindy" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |