index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-08-05 21:03:59 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-10-12 21:29:33 -0500 |
commit | d7e502a467c054cf3bf7c50362ff7f8087b0c382 (patch) | |
tree | 16d720a682f47932609a55201a22d09aeb9e1253 /Makefile.am | |
parent | 927ce2b7a52360507da3d81804520dbba4a9700d (diff) |
-rw-r--r-- | Makefile.am | 3 |
diff --git a/Makefile.am b/Makefile.am index ea3b0e07..ed9a34d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,9 @@ if WANT_DOC SUBDIRS += doc endif +# Make sure we test and build manpages when doing distcheck +DISTCHECK_CONFIGURE_FLAGS = --enable-doc --disable-git-version + # Some files automatically included, so they aren't specified below: # AUTHORS, COPYING, NEWS, README EXTRA_DIST = HACKING |