diff options
author | 2008-06-15 19:24:41 +0100 | |
---|---|---|
committer | 2008-06-15 19:24:41 +0100 | |
commit | e2b61bbf82bca1e7a583aad77d86743ffa6ef4d0 (patch) | |
tree | 7535c0fee1abdb6ef2cd94ba7d59b416730c5596 /Makefile.am | |
parent | 837028cc0a7a299ac1f002c2f689efe862195c0f (diff) | |
download | paludis-e2b61bbf82bca1e7a583aad77d86743ffa6ef4d0.tar.gz paludis-e2b61bbf82bca1e7a583aad77d86743ffa6ef4d0.tar.xz |
Don't try to distribute ChangeLog.old.bz2
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 745977057..7858ae390 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ CLEANFILES = *~ done-check gmon.out *.gcov *.gcno *.gcda *.loT \ MAINTAINERCLEANFILES = Makefile.in configure config/* aclocal.m4 \ config.h config.h.in INSTALL AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip std-options foreign -EXTRA_DIST = autogen.bash automake-deps-dist-hack.tmp ChangeLog.old.bz2 +EXTRA_DIST = autogen.bash automake-deps-dist-hack.tmp 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-ruby-doc --enable-glsa --enable-vim --enable-python \ |