summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/xindy-src/modules/lang/german
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/utils/xindy/xindy-src/modules/lang/german
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/xindy-src/modules/lang/german')
-rw-r--r--Build/source/utils/xindy/xindy-src/modules/lang/german/Makefile.am24
-rw-r--r--Build/source/utils/xindy/xindy-src/modules/lang/german/din5007.xdy20
-rw-r--r--Build/source/utils/xindy/xindy-src/modules/lang/german/duden.xdy37
-rw-r--r--Build/source/utils/xindy/xindy-src/modules/lang/german/tex.xdy21
4 files changed, 0 insertions, 102 deletions
diff --git a/Build/source/utils/xindy/xindy-src/modules/lang/german/Makefile.am b/Build/source/utils/xindy/xindy-src/modules/lang/german/Makefile.am
deleted file mode 100644
index 8d2aebbeed3..00000000000
--- a/Build/source/utils/xindy/xindy-src/modules/lang/german/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-## Makefile.am fragment for modules/lang/german/.
-
-## Copyright (C) 2004-2005 by Gour.
-## Copyright (C) 2014 Peter Breitenlohner <tex-live@tug.org>
-##
-## This program is free software; you can redistribute it and/or
-## modify it under the terms of the GNU General Public License as
-## published by the Free Software Foundation; either version 2 of the
-## License, or (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful, but
-## WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-## General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program in the file COPYING; if not, write to the
-## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-## Boston, MA 02110-1301 USA.
-
-nobase_modules_DATA += \
- lang/german/din5007.xdy \
- lang/german/duden.xdy \
- lang/german/tex.xdy
diff --git a/Build/source/utils/xindy/xindy-src/modules/lang/german/din5007.xdy b/Build/source/utils/xindy/xindy-src/modules/lang/german/din5007.xdy
deleted file mode 100644
index 74d58ac7b5e..00000000000
--- a/Build/source/utils/xindy/xindy-src/modules/lang/german/din5007.xdy
+++ /dev/null
@@ -1,20 +0,0 @@
-;; $Id: din5007.xdy,v 1.1 1996/07/03 18:44:46 kehr Exp $
-;;
-;; This file contains the basic sort-rules that are necessary to sort
-;; a german index.
-
-;; Die folgenden Regeln entsprechen der DIN 5007.
-
-(sort-rule "ä" "ae")
-(sort-rule "ö" "oe")
-(sort-rule "ü" "ue")
-
-(sort-rule "Ä" "ae")
-(sort-rule "Ö" "oe")
-(sort-rule "Ü" "ue")
-
-(sort-rule "ß" "ss")
-
-(require "lang/latin/caseisrt.xdy")
-
-;; End
diff --git a/Build/source/utils/xindy/xindy-src/modules/lang/german/duden.xdy b/Build/source/utils/xindy/xindy-src/modules/lang/german/duden.xdy
deleted file mode 100644
index 0ec6e895080..00000000000
--- a/Build/source/utils/xindy/xindy-src/modules/lang/german/duden.xdy
+++ /dev/null
@@ -1,37 +0,0 @@
-;; $Id: duden.xdy,v 1.1 1996/07/03 18:44:46 kehr Exp $
-;;
-;; This file contains the basic sort-rules that are necessary to sort
-;; a german index.
-
-;; Dieses Modul definiert die Regeln zum Sortieren eines Wörterbuchs.
-;; Die folgenden Regeln wurden dem Duden entnommen und bilden die
-;; Sortierregeln des Dudens selbst.
-;;
-;; (1) ä wird wie a, ö wie o, ü wie u und äu wie au einsortiert.
-
-(sort-rule "ä" "a")
-(sort-rule "ö" "o")
-(sort-rule "ü" "u")
-
-;; (2) Die Schreibungen ae, oe und ue (in Namen) werden nach ad usw.
-;; eingeordnet. [Dies k"onnen wir nicht leisten, da das Programm
-;; nicht weiß, was ein Name ist.]
-;; (3) Der Buchstabe ß (es-zett) wird wie ss (i), bei gleichnamigen
-;; Wörtern vor ss (ii) eigeordnet. Punkt (ii) ist ebenfalls
-;; nicht spezifizierbar, daher hier nur Regel (3i).
-
-(sort-rule "ß" "ss")
-
-;; Da beim Index die Groß- und Kleinschreibung ohne Bedeutung ist,
-;; bilden wir beim Sort-Mapping die Großbuchstaben auf die
-;; Kleinbuchstaben ab.
-
-(require "lang/latin/caseisrt.xdy")
-
-;; Analog bilden wir noch die Großbuchtaben-Umlaute ab.
-
-(sort-rule "Ä" "a")
-(sort-rule "Ö" "o")
-(sort-rule "Ü" "u")
-
-;; End
diff --git a/Build/source/utils/xindy/xindy-src/modules/lang/german/tex.xdy b/Build/source/utils/xindy/xindy-src/modules/lang/german/tex.xdy
deleted file mode 100644
index 59b1332b370..00000000000
--- a/Build/source/utils/xindy/xindy-src/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