diff options
author | Dan McGee <dan@archlinux.org> | 2008-10-12 21:36:45 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-10-12 21:36:45 -0500 |
commit | fa02a71abd62fc8b45e92ce1652b5d98174a6dca (patch) | |
tree | 44880adf216b6a634e90e76428b265e02df33b58 /Makefile.am | |
parent | 91a013a8791b73daf4d17b2d52c8dfaf12887cc6 (diff) | |
parent | 30851a24ff68b00898565a1144926d83c623e6bf (diff) |
Merge branch 'maint'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |