diff options
author | 2007-05-05 00:20:49 +0000 | |
---|---|---|
committer | 2007-05-05 00:20:49 +0000 | |
commit | c8e17206bd216d048e7c9d5eda5abb892ba3b498 (patch) | |
tree | 11710701b9e22f07da778f9fba814371e6c8a9f8 /Makefile.am | |
parent | 2e9b9b139852f6a963eb39a1bc4d1f5c31dcba2e (diff) | |
download | paludis-c8e17206bd216d048e7c9d5eda5abb892ba3b498.tar.gz paludis-c8e17206bd216d048e7c9d5eda5abb892ba3b498.tar.xz |
Include vim scripts in 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 2a73c81fb..244023cb3 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 SUBDIRS = misc tr1 test paludis python ruby src doc hooks eselect vim bash-completion zsh-completion -DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-glsa \ +DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-glsa --enable-vim \ --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ --with-repositories=default,cran \ --with-environments=default,portage \ |