blob: 5b591d0ce2febec8a17b05753417b96e47619058 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
soundlistdir = $(sysconfdir)/sound/events
soundlist_in_files = mate-battstat_applet.soundlist.desktop.in
soundlist_DATA = $(soundlist_in_files:.soundlist.desktop.in=.soundlist)
$(soundlist_DATA): $(soundlist_in_files) Makefile
$(AM_V_GEN) $(MSGFMT) --desktop --keyword=description --template $< -d $(top_srcdir)/po -o $@
EXTRA_DIST = $(soundlist_DATA) $(soundlist_in_files)
CLEANFILES = $(soundlist_DATA)
-include $(top_srcdir)/git.mk
|