summaryrefslogtreecommitdiffstats
path: root/po/Rules-liveinst
blob: f9a178a6f46b87f1a16f2ba703e6182411038b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
LIVEINST_SRCS = $(top_srcdir)/liveinst/liveinst.desktop.in
LIVEINST_HDRS = $(top_builddir)/liveinst/liveinst.desktop.in.h

%.desktop.in.h: %.desktop.in
	@cd $(top_builddir)/liveinst ; \
	intltool-extract -q --type=gettext/keys -l $< ; \
	mv tmp/*h . ; \
	rmdir tmp

mostlyclean-liveinst:
	rm -f $(LIVEINST_HDRS)