summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 0ae46ad8babf6da6ed57eeb0584d43a90a27fa38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgconfdir = $(libdir)/pkgconfig

pkgconf_DATA = libpict-@PICT_MAJOR_VERSION@.@PICT_MINOR_VERSION@.pc

SUBDIRS = inc src build docs

EXTRA_DIST = \
	AUTHORS \
	COPYING.MPL \
	NEWS \
	README \
	autogen.sh \
	libpict.pc.in

distclean-local:
	rm -rf *.cache *~ *.pc

dist-hook:
	git log --date=short --pretty="format:@%cd  %an  <%ae>  [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog