diff options
author | David Zeuthen <davidz@redhat.com> | 2011-03-29 12:43:55 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2011-03-29 12:43:55 -0400 |
commit | e0288c65d0700b867302f35231c73738e4da94fa (patch) | |
tree | 9de1270489fc20f8712f91301228078b627d5aea /Makefile.am | |
parent | c934b2d47cf9b82724319620ebbd849f099dcc61 (diff) |
Fix 'make distcheck'
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 62ababc..d78958b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,7 @@ EXTRA_DIST = \ HACKING \ $(NULL) -# xsltproc barfs on 'make distcheck'; disable for now -DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --disable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc clean-local : rm -f *~ |