index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <d@falconindy.com> | 2011-03-17 10:47:04 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-17 10:05:33 -0500 |
commit | ff713a51bd2244df047fa686055fd945eece0b7e (patch) | |
tree | 91a91cc4563bd156a3a770785b14a69c3a4d49e5 /contrib/Makefile.am | |
parent | 0da6c591c0c4a4a8649f1549d095baa74a4191d9 (diff) |
-rw-r--r-- | contrib/Makefile.am | 5 |
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 827d9ec0..e9f77940 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -3,8 +3,7 @@ OURSCRIPTS = \ pacdiff \ paclist \ pacscripts \ - pacsearch \ - wget-xdelta.sh + pacsearch OURFILES = \ bash_completion \ @@ -19,7 +18,6 @@ EXTRA_DIST = \ pacscripts.in \ pacsearch.in \ vimprojects \ - wget-xdelta.sh.in \ zsh_completion.in \ README @@ -55,7 +53,6 @@ paclist: $(srcdir)/paclist.in pacscripts: $(srcdir)/pacscripts.in pacsearch: $(srcdir)/pacsearch.in pactree: $(srcdir)/pactree.in -wget-xdelta.sh: $(srcdir)/wget-xdelta.sh.in zsh_completion: $(srcdir)/zsh_completion.in # vim:set ts=2 sw=2 noet: |