diff options
author | infirit <[email protected]> | 2013-10-22 15:36:08 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-22 15:36:08 +0200 |
commit | 8d0f85d1bfa9ffae119bc94543b2ca6dce6a17ba (patch) | |
tree | d7a1972fab830d6e0bff1f8823737583b7eab481 /Makefile.am | |
parent | adfbe7b569affc031cf64129ea99029842690aad (diff) | |
download | mate-polkit-8d0f85d1bfa9ffae119bc94543b2ca6dce6a17ba.tar.bz2 mate-polkit-8d0f85d1bfa9ffae119bc94543b2ca6dce6a17ba.tar.xz |
Add DISTCHECK_CONFIGURE_FLAGS for gtk doc and small autofoo fix
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b206148..6f58f0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,10 @@ SUBDIRS = polkitgtkmate src po docs EXTRA_DIST = \ HACKING +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc + clean-local : rm -f *~ po/*~ |