This file is indexed.

/usr/share/xindy/base/german-sty.xdy is in xindy-rules 2.4-1.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
;; $Id: german-sty.xdy,v 1.1 2004/05/24 21:53:27 jschrod Exp $
;;------------------------------------------------------------

;;;
;;; german sty
;;;
;;; Map special German TeX letters (german.sty) to 8-bit characters.
;;;

(merge-rule "~"A" "Ä" :again :string)
(merge-rule "~"O" "Ö" :again :string)
(merge-rule "~"U" "Ü" :again :string)
(merge-rule "~"a" "ä" :again :string)
(merge-rule "~"o" "ö" :again :string)
(merge-rule "~"u" "ü" :again :string)
(merge-rule "~"s" "ß" :again :string)


;;======================================================================
;;
;; $Log: german-sty.xdy,v $
;; Revision 1.1  2004/05/24 21:53:27  jschrod
;;     Standard modules, introduced in "LaTeX Companion Release".
;;