1## Process this file with automake to produce Makefile.in
2
3# Copyright (C) 2000, 2001, 2004, 2006, 2013, 2014 Free Software Foundation, Inc.
4#
5# This file is free software; as a special exception the author gives
6# unlimited permission to copy and/or distribute it, with or without
7# modifications, as long as this notice is preserved.
8#
9# This program is distributed in the hope that it will be useful, but
10# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
11# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
13EXTRA_DIST = config.rpath ABOUT-NLS intltool-extract.in intltool-merge.in \
14             autogen.sh intltool-update.in ChangeLog.1 ChangeLog.2
15SUBDIRS = po intl doc lib mixlib mixguile mixutils mixgtk misc samples
16
17distclean-local:
18	rm -f intltool-extract
19	rm -f intltool-merge
20	rm -f intltool-update
21
22dist-hook:
23	$(SHELL) $(top_srcdir)/ChangeLog > $(top_distdir)/ChangeLog
24
25docdir = $(top_builddir)/doc
26
27ACLOCAL_AMFLAGS = -I m4
28