index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2010-09-27 09:21:02 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-27 09:21:02 -0500 |
commit | dff06a817016996f414b547fa8db011436bbc63f (patch) | |
tree | 2e7f3c822cfed7590cd1256d54eb50082d1be63a /Makefile.am | |
parent | 900605912b32d08ece7a3e80e4c6b258485676b7 (diff) | |
parent | f489e969f0ca65fe210678844fabddd29a7597e1 (diff) |
-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 |