~ubuntu-branches/ubuntu/precise/ldm/precise-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = po po/rc.d po/ltsp-cluster-info src man share gtkgreet themes screen.d rc.d misc wwm ltsp-cluster-info
EXTRA_DIST = config.rpath autogen.sh \
	intltool-extract.in 	\
	intltool-merge.in   	\
	intltool-update.in

ACLOCAL_AMFLAGS = -I m4

ldmdir = $(pkgdatadir)
ldm_DATA = locales

locales: generate_locale_list.py
	./generate_locale_list.py locales

install-data-hook:
	if test ! -f $(DESTDIR)$(localstatedir)/cache/ldm ; then \
		$(mkinstalldirs) $(DESTDIR)$(localstatedir)/cache/ldm; \
	fi