index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile.am | 2 |
diff --git a/Makefile.am b/Makefile.am index f70192e9..32a08f71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,8 @@ if WANT_DOC SUBDIRS += doc endif +ACLOCAL_AMFLAGS = -I m4 --install + # Make sure we test and build manpages when doing distcheck DISTCHECK_CONFIGURE_FLAGS = --enable-doc --disable-git-version |