summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 40cb6eb47d2c8ce95da6aa70b9fdfc9150c059b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Install the Autoconf Archive
#
# Copyright (c) 2009 by Peter Simons <simons@cryp.to>
# Licensed under the terms of the GNU General Public License.

dist_pkgdata_DATA       = AUTHORS COPYING README
CLEANFILES              = $(DIST_ARCHIVES)
MAINTAINERCLEANFILES    = missing install-sh configure Makefile.in aclocal.m4

aclocaldir              = $(datadir)/aclocal
dist_aclocal_DATA       = $(M4SOURCE)

EXTRA_DIST		= build-aux/git-version-gen

dist-hook:
	echo $(VERSION) > $(distdir)/.tarball-version