mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
Update contrib/ Makefile
We didn't have the proper dependencies specified for our scripts after the move to *.in extensions, so a change to a file didn't trigger a rebuild. Also remove old stuff from .gitignore. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
27e8f06e03
commit
d6a997ee38
1
contrib/.gitignore
vendored
1
contrib/.gitignore
vendored
@ -4,6 +4,5 @@ pacdiff
|
||||
paclist
|
||||
pacscripts
|
||||
pacsearch
|
||||
pactree
|
||||
wget-xdelta.sh
|
||||
zsh_completion
|
||||
|
@ -38,4 +38,14 @@ $(OURFILES): Makefile
|
||||
|
||||
all-am: $(OURFILES)
|
||||
|
||||
bacman: $(srcdir)/bacman.in
|
||||
bash_completion: $(srcdir)/bash_completion.in
|
||||
pacdiff: $(srcdir)/pacdiff.in
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user