blob: 7c051dc2a0850b3e9587cbea76fb9d2162c9d343 (
plain)
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
|
EXTRA_DIST = $(GKB_MAPS) $(xmm_xml_in_file)
gkbmapsdir = $(datadir)/xmodmap
gkbmaps_DATA = $(GKB_MAPS) $(XMM_XML)
GKB_MAPS = \
xmodmap.am \
xmodmap.az \
xmodmap.be \
xmodmap.bg \
xmodmap.br \
xmodmap.by \
xmodmap.ca \
xmodmap.cz \
xmodmap.de \
xmodmap.de_CH \
xmodmap.dk \
xmodmap.ee \
xmodmap.es \
xmodmap.fi \
xmodmap.fr \
xmodmap.gb \
xmodmap.hu \
xmodmap.hu-lat1 \
xmodmap.il \
xmodmap.is \
xmodmap.it \
xmodmap.jp \
xmodmap.lt \
xmodmap.lv \
xmodmap.mk \
xmodmap.mn \
xmodmap.no \
xmodmap.pl \
xmodmap.pt \
xmodmap.ro \
xmodmap.ru \
xmodmap.se \
xmodmap.si \
xmodmap.sk \
xmodmap.sr \
xmodmap.th \
xmodmap.tr \
xmodmap.ua \
xmodmap.us \
xmodmap.vn \
xmodmap.br-usb \
xmodmap.de-usb \
xmodmap.dk-usb \
xmodmap.es-usb \
xmodmap.fr-usb \
xmodmap.gb-usb \
xmodmap.it-usb \
xmodmap.se-usb \
xmodmap.us-usb \
xmodmap.de-type4 \
xmodmap.dk-type4 \
xmodmap.es-type4 \
xmodmap.gb-type4 \
xmodmap.it-type4 \
xmodmap.jp-type4 \
xmodmap.pt-type4 \
xmodmap.se-type4 \
xmodmap.us-type4 \
xmodmap.us-type6
xmm_xml_in_file = base.xml.in
XMM_XML = $(xmm_xml_in_file:.xml.in=.xml)
%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po)
$(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u \
-c $(top_srcdir)/po/.intltool-merge-cache
-include $(top_srcdir)/git.mk
|