diff options
author | 2011-02-08 16:38:07 +0000 | |
---|---|---|
committer | 2011-02-08 16:38:07 +0000 | |
commit | e61ee3561764da4ce246263644c0207f439c0be0 (patch) | |
tree | b7611493ccd28bc866df856e42864f26e51f927e /zsh-completion/Makefile.am | |
parent | 4eb98040ac02186b9c2e9dd1f2cd5e7259f7b83b (diff) | |
download | paludis-e61ee3561764da4ce246263644c0207f439c0be0.tar.gz paludis-e61ee3561764da4ce246263644c0207f439c0be0.tar.xz |
Nothing uses _paludis_packages
Diffstat (limited to 'zsh-completion/Makefile.am')
-rw-r--r-- | zsh-completion/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh-completion/Makefile.am b/zsh-completion/Makefile.am index f5275c595..352cb544d 100644 --- a/zsh-completion/Makefile.am +++ b/zsh-completion/Makefile.am @@ -1,5 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -noinst_DATA = _paludis_packages _cave +noinst_DATA = _cave EXTRA_DIST = $(noinst_DATA) AUTOMAKE_OPTIONS = 1.11 parallel-tests |