index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2010-09-23 09:10:47 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-23 09:10:53 -0500 |
commit | f489e969f0ca65fe210678844fabddd29a7597e1 (patch) | |
tree | 170273be3c2f0c1364f773e184f71dfb5614da60 /Makefile.am | |
parent | 413508c6fa54f465cdcf021a59ee7e6a38d5b1e7 (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 |