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