1## Process this file with automake to produce Makefile.in
2
3SUBDIRS = src po scripts data  doc
4
5EXTRA_DIST =			\
6	autogen.sh		\
7	CMakeLists.txt \
8	cmake \
9	intltool-extract.in	\
10	intltool-merge.in	\
11	intltool-update.in	\
12	TROUBLESHOOTING		\
13	TODOandBUGS.txt
14
15DISTCLEANFILES =		\
16	intltool-extract	\
17	intltool-merge		\
18	intltool-update
19
20uninstall-hook:
21	-rmdir --ignore-fail-on-non-empty $(DESTDIR)$(pkgdatadir)/data
22	-rmdir --ignore-fail-on-non-empty $(DESTDIR)$(pkgdatadir)/scripts
23	-rmdir --ignore-fail-on-non-empty $(DESTDIR)$(pkgdatadir)
24
25update-docs:
26	cd doc && make update-docs
27