1
2SUBDIRS = bibtexml-xslt dicts crystal elements isotopes schemas scripts tests
3
4AUTOMAKE_OPTIONS = dist-bzip2
5
6DISTCLEANFILES = \
7	$(pkgconfig_DATA) \
8	intltool-extract \
9	intltool-merge \
10	intltool-update
11
12MAINTAINERCLEANFILES = \
13	aclocal.m4 \
14	configure \
15	config.guess \
16	config.sub \
17	install-sh \
18	intltool-extract.in \
19	intltool-merge.in \
20	intltool-update.in \
21	missing \
22	mkinstalldirs \
23	Makefile.in
24
25# if the generated archives should be removed too, add the following
26# filename to the maintainer-clean target too:
27# @PACKAGE@-@VERSION@.tar.{bz2,gz}
28
29
30docsdir = ${docdir}
31docs_DATA = AUTHORS THANKS ChangeLog COPYING README
32
33pkgconfigdir = ${datadir}/pkgconfig
34pkgconfig_DATA = bodr.pc
35