This file is indexed.

/usr/share/xemacs21/mule-packages/etc/mule/Makefile.in is in xemacs21-mulesupport 2009.02.17.dfsg.2-2.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
DESTDIR=
LIBDIR=/usr/local/lib
BINDIR=/usr/local/bin
MANDIR=/usr/man/man1
MANEXT=1

all:

# Each one-byte font may have encoding information as
#       bdf_file_name:encoding
# where encoding is 0 or 1 and defaults to 0.
# You also can specify or override the following definitions
# by manually editing 'CHARSETS'.
ASCII = etl24-latin1.bdf:0
LATIN1 = etl24-latin1.bdf:1
LATIN2 = etl24-latin2.bdf:1
LATIN3 = etl24-latin3.bdf:1
LATIN4 = etl24-latin4.bdf:1
THAI = etl24-thai.bdf:1
GREEK = etl24-greek.bdf:1
HEBREW = etl24-hebrew.bdf:1
KANA = 12x24rk.bdf:1
ROMAN = 12x24rk.bdf:0
CYRILLIC = etl24-cyrillic.bdf:1
LATIN5 = etl24-latin5.bdf:1
CHINESE = gb24st.bdf
JAPANESE = jiskan24.bdf
KOREAN = hanglm24.bdf
JP-HOJO = min-1-24.bdf
BIG5 = taipei24.bdf
VIET = etl24-viscii.bdf
SISHENG = etl24-sisheng.bdf:0
IPA = etl24-ipa.bdf:1
ARABIC0 = etl24-arabic0.bdf:0
ARABIC1 = etl24-arabic1.bdf:0
ARABIC2 = etl24-arabic2.bdf:0
ETHIO = ethiom16f.bdf:0
CNS1=cns-1-24.bdf:0
CNS2=cns-2-24.bdf:0
CNS3=cns-3-24.bdf:0
CNS4=cns-4-24.bdf:0
CNS5=cns-5-24.bdf:0
CNS6=cns-6-24.bdf:0
CNS7=cns-7-24.bdf:0

SED_SCRIPT =\
        -e "/LC:BYTES:/s/\(.*\)/\1[:BDF-FILE[:ENCODING]]/" \
        -e "/ASCII$$/s/\(.*\)/\1:${ASCII}/" \
        -e "/Latin-1$$/s/\(.*\)/\1:${LATIN1}/" \
        -e "/Latin-2$$/s/\(.*\)/\1:${LATIN2}/" \
        -e "/Latin-3$$/s/\(.*\)/\1:${LATIN3}/" \
        -e "/Latin-4$$/s/\(.*\)/\1:${LATIN4}/" \
        -e "/Thai$$/s/\(.*\)/\1:${THAI}/" \
        -e "/Greek$$/s/\(.*\)/\1:${GREEK}/" \
        -e "/Hebrew$$/s/\(.*\)/\1:${HEBREW}/" \
        -e "/Katakana$$/s/\(.*\)/\1:${KANA}/" \
        -e "/Roman$$/s/\(.*\)/\1:${ROMAN}/" \
        -e "/Cyrillic$$/s/\(.*\)/\1:${CYRILLIC}/" \
        -e "/Latin-5$$/s/\(.*\)/\1:${LATIN5}/" \
        -e "/Chinese$$/s/\(.*\)/\1:${CHINESE}/" \
        -e "/Japanese$$/s/\(.*\)/\1:${JAPANESE}/" \
        -e "/Korean$$/s/\(.*\)/\1:${KOREAN}/" \
        -e "/Japanese Supplement$$/s/\(.*\)/\1:${JP-HOJO}/" \
        -e "/Big5/s/\(.*\)/\1:${BIG5}/" \
	-e "/VISCII/s/\(.*\)/\1:${VIET}/" \
        -e "/ZhuYin$$/s/\(.*\)/\1:${SISHENG}/" \
	-e "/IPA/s/\(.*\)/\1:${IPA}/" \
	-e "/Arabic digit$$/s/\(.*\)/\1:${ARABIC0}/" \
	-e "/1-column Arabic/s/\(.*\)/\1:${ARABIC1}/" \
	-e "/2-column Arabic/s/\(.*\)/\1:${ARABIC2}/" \
	-e "/Ethio/s/\(.*\)/\1:${ETHIO}/"\
	-e "/CNS Plane1/s/\(.*\)/\1:${CNS1}/"\
	-e "/CNS Plane2/s/\(.*\)/\1:${CNS2}/"\
	-e "/CNS Plane3/s/\(.*\)/\1:${CNS3}/"\
	-e "/CNS Plane4/s/\(.*\)/\1:${CNS4}/"\
	-e "/CNS Plane5/s/\(.*\)/\1:${CNS5}/"\
	-e "/CNS Plane6/s/\(.*\)/\1:${CNS6}/"\
	-e "/CNS Plane7/s/\(.*\)/\1:${CNS7}/"

CHARSETS: charset
	sed ${SED_SCRIPT} < charset > CHARSETS

mostlyclean:
	-rm -f core

clean distclean realclean:
	-rm -f DOC* core Makefile charset* CHARSETS CODINGS

SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
	news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
	vcdiff vipcard.tex xmouse.doc

unlock:
	chmod u+w $(SOURCES)

relock:
	chmod u-w $(SOURCES)