summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 880536062e9e14451430c53a9c169d1d2d6410a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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)

htmldir                 = $(pkgdatadir)/html
dist_html_DATA          = $(HTMLFILE)

EXTRA_DIST		= build-aux/git-version-gen

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