summaryrefslogtreecommitdiffstats
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorCarlo Bersani <carlocci@gmail.com>2008-07-23 14:22:49 +0200
committerDan McGee <dan@archlinux.org>2008-07-25 05:16:28 +0200
commitc317222d710e4d6b98f9387fedac2057cfa42c73 (patch)
tree3755a64de2232cef42326d725df2b3735e164edf /contrib/Makefile.am
parent67f388c3fcad755d94944bee1f3a5a938817f5b9 (diff)
downloadpacman-c317222d710e4d6b98f9387fedac2057cfa42c73.tar.gz
pacman-c317222d710e4d6b98f9387fedac2057cfa42c73.tar.xz
contrib: add pactree script
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>
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 25d5aac2..2f131ef2 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -6,6 +6,7 @@ EXTRA_DIST = \
pacdiff \
paclist \
pacsearch \
+ pactree \
updatesync \
vimprojects \
wget-xdelta.sh \