summaryrefslogtreecommitdiffstats
path: root/po/Rules-glade
blob: b117c4e834fdfe0a4394dc3b4f9f75a1386cd211 (plain)
1
2
3
4
5
6
7
8
9
10
11
UI_SRCS = $(wildcard $(top_srcdir)/ui/*.glade)
UI_HDRS = $(UI_SRCS:.glade=.glade.h)

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

mostlyclean-glade:
	rm -f $(UI_HDRS)