Blame Makefile.am

Packit a7402c
ACLOCAL_AMFLAGS = -I m4
Packit a7402c
Packit a7402c
pkgconfdir = $(libdir)/pkgconfig
Packit a7402c
Packit a7402c
pkgconf_DATA = libwpg-@WPG_MAJOR_VERSION@.@WPG_MINOR_VERSION@.pc
Packit a7402c
Packit a7402c
SUBDIRS = src inc build docs
Packit a7402c
Packit a7402c
EXTRA_DIST = \
Packit a7402c
	AUTHORS \
Packit a7402c
	COPYING.LGPL \
Packit a7402c
	COPYING.MPL \
Packit a7402c
	NEWS \
Packit a7402c
	README \
Packit a7402c
	autogen.sh \
Packit a7402c
	libwpg.pc.in
Packit a7402c
Packit a7402c
distclean-local:
Packit a7402c
	rm -rf *.cache *~ *.pc
Packit a7402c
Packit a7402c
dist-hook:
Packit a7402c
	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
Packit a7402c
Packit a7402c
astyle:
Packit a7402c
	astyle --options=astyle.options \*.h \*.cpp