summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-23-drop-v2
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-12-14 10:41:43 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-12-14 10:41:43 +0000
commit5af6aa827e18c4e49a6f610fbb6f90877c0debc0 (patch)
tree8a94b0277a9876d584cb6202a8e4f02841208448 /Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-23-drop-v2
parent724ecc90c82152ebcfe55ff0bff8e4823b778225 (diff)
xindy-new: simplify perl scripts
git-svn-id: svn://tug.org/texlive/trunk@16403 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-23-drop-v2')
-rw-r--r--Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-23-drop-v230
1 files changed, 1 insertions, 29 deletions
diff --git a/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-23-drop-v2 b/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-23-drop-v2
index 88e87149858..f930bea00ee 100644
--- a/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-23-drop-v2
+++ b/Build/source/utils/xindy-new/xindy-2.4-pre2-PATCHES/patch-23-drop-v2
@@ -3,7 +3,7 @@
diff -ur -x Makefile.in -x autom4te.cache xindy.orig/user-commands/Makefile.am xindy/user-commands/Makefile.am
--- xindy.orig/user-commands/Makefile.am 2009-12-08 22:55:09.000000000 +0100
+++ xindy/user-commands/Makefile.am 2009-12-09 14:17:56.000000000 +0100
-@@ -55,18 +55,19 @@
+@@ -56,18 +56,19 @@
xindy: xindy.in
cat $(srcdir)/xindy.in >xindy
else !TEXLIVE_BUILD
@@ -29,31 +29,3 @@ diff -ur -x Makefile.in -x autom4te.cache xindy.orig/user-commands/Makefile.am x
-CLEANFILES = xindy xindy.v2
+CLEANFILES = xindy
-diff -ur -x Makefile.in -x autom4te.cache xindy.orig/user-commands/xindy.in xindy/user-commands/xindy.in
---- xindy.orig/user-commands/xindy.in 2009-12-09 11:50:09.000000000 +0100
-+++ xindy/user-commands/xindy.in 2009-12-09 12:25:35.000000000 +0100
-@@ -377,11 +377,6 @@
-
-
- # Check arguments, store them in proper variables.
--#
--# Do also something for backward compatibility: Check if this is an
--# old-style call. If it is, we have two arguments at the end, and the
--# second-to-last has the extension ".xdy". Then, call the old driver
--# script with the original arguments...
-
- sub usage ( ;$ )
- {
-@@ -433,12 +428,6 @@
- my @orig_argv = @ARGV;
- parse_options();
-
--if ( @ARGV == 2 ) {
-- if ( $ARGV[0] =~ /\.xdy$/ ) {
-- exec "$cmd_dir/xindy.v2", @orig_argv;
-- }
--}
--
-
- # This script creates temporary files. Whenever a file is created, its
- # name is added to @temp_files. In an END handler, the temporary files