mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-05 00:55:04 -05:00
c317222d71
Pactree is a dependency tree viewer for installed packages. It features both textual and graphic (through graphviz) output. Script by: Carlo Bersani <carlocci@gmail.com> [Allan: removed whitespace errors] Signed-off-by: Allan McRae <allan@archlinux.org> [Dan: killed some unnecessary lines, moved license header] Signed-off-by: Dan McGee <dan@archlinux.org>
17 lines
217 B
Makefile
17 lines
217 B
Makefile
EXTRA_DIST = \
|
|
PKGBUILD.vim \
|
|
bacman \
|
|
bash_completion \
|
|
gensync \
|
|
pacdiff \
|
|
paclist \
|
|
pacsearch \
|
|
pactree \
|
|
updatesync \
|
|
vimprojects \
|
|
wget-xdelta.sh \
|
|
zsh_completion \
|
|
README
|
|
|
|
# vim:set ts=2 sw=2 noet:
|