summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy-old/modules/lang/german/tex.xdy
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-06-05 14:10:40 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-06-05 14:10:40 +0000
commitd65aa576328f6698d7e7bf7c65119281cbca0981 (patch)
tree7318465d08d3e5d176bcb4c96a92a65dad6d71dc /Build/source/utils/xindy-old/modules/lang/german/tex.xdy
parentfc6e759582a57b0d59398fb5e923157416fc0055 (diff)
build system update/cleanup
git-svn-id: svn://tug.org/texlive/trunk@18755 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy-old/modules/lang/german/tex.xdy')
-rw-r--r--Build/source/utils/xindy-old/modules/lang/german/tex.xdy21
1 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/utils/xindy-old/modules/lang/german/tex.xdy b/Build/source/utils/xindy-old/modules/lang/german/tex.xdy
deleted file mode 100644
index 59b1332b370..00000000000
--- a/Build/source/utils/xindy-old/modules/lang/german/tex.xdy
+++ /dev/null
@@ -1,21 +0,0 @@
-;; $Id: tex.xdy,v 1.2 1996/07/18 16:03:55 kehr Exp $
-;;
-;; This file contains some rules to process TeX-letters with xindy.
-;;
-;; It should be used in conjunction with the `din5007' or the `duden'
-;; modules.
-;;
-
-;; We first map them to the ISO-Latin counterpart and then use the
-;; mappings in on of the two other modules to map them to the actual
-;; postition.
-
-(sort-rule "\\\"a" "ä" :again)
-(sort-rule "\\\"o" "ö" :again)
-(sort-rule "\\\"u" "ü" :again)
-(sort-rule "\\\"A" "Ä" :again)
-(sort-rule "\\\"O" "Ö" :again)
-(sort-rule "\\\"U" "Ü" :again)
-(sort-rule "\\ss({})?" "ß" :again)
-
-;; End