diff options
author | 2008-01-15 22:34:38 +0000 | |
---|---|---|
committer | 2008-01-15 22:34:38 +0000 | |
commit | 3cef71bd6af9ab749dee606b3b393f286d9593f4 (patch) | |
tree | bec066e2358a2d9cf3caeacfea1689b3109586c2 /Makefile.am | |
parent | e9b0bf0afb5f085323cbb70ffca5f4b6ada8b81d (diff) | |
download | paludis-3cef71bd6af9ab749dee606b3b393f286d9593f4.tar.gz paludis-3cef71bd6af9ab749dee606b3b393f286d9593f4.tar.xz |
Add --enable-ruby-doc to distcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4dca2369b..f8b490d9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip std-options EXTRA_DIST = autogen.bash automake-deps-dist-hack.tmp ChangeLog.old.bz2 SUBDIRS = misc test paludis python ruby src doc hooks eselect vim bash-completion zsh-completion pkg-config -DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-glsa --enable-vim --enable-python \ +DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-ruby-doc --enable-glsa --enable-vim --enable-python \ --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ --with-repositories=default \ --with-environments=default,portage \ |