summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2016-10-17 14:00:11 +0200
committerAllan McRae <allan@archlinux.org>2016-10-22 12:50:55 +0200
commit4c4ce473d6a671234be534414ba3660c7267c9ee (patch)
tree602371d804c396f279bf4aea1d2f8fe1c9672557 /doc
parent577701250d645d1fc1a505cde34aedbeb3208ea5 (diff)
downloadpacman-4c4ce473d6a671234be534414ba3660c7267c9ee.tar.gz
pacman-4c4ce473d6a671234be534414ba3660c7267c9ee.tar.xz
Remove pactree
This has been moved to the pacman-contrib project. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/.gitignore1
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/pactree.8.txt69
3 files changed, 0 insertions, 74 deletions
diff --git a/doc/.gitignore b/doc/.gitignore
index 2eae9e4b..186f45e4 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -7,7 +7,6 @@ makepkg.conf.5
pacman.8
pacman-key.8
pacman.conf.5
-pactree.8
pkgdelta.8
repo-add.8
repo-remove.8
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5d7c9754..44e32996 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -12,7 +12,6 @@ ASCIIDOC_MANS = \
vercmp.8 \
pkgdelta.8 \
pacman-key.8 \
- pactree.8 \
PKGBUILD.5 \
makepkg.conf.5 \
pacman.conf.5 \
@@ -29,7 +28,6 @@ HTML_MANPAGES = \
vercmp.8.html \
pkgdelta.8.html \
pacman-key.8.html \
- pactree.8.html \
PKGBUILD.5.html \
makepkg.conf.5.html \
pacman.conf.5.html \
@@ -56,7 +54,6 @@ EXTRA_DIST = \
vercmp.8.txt \
pkgdelta.8.txt \
pacman-key.8.txt \
- pactree.8.txt \
PKGBUILD.5.txt \
PKGBUILD-example.txt \
makepkg.conf.5.txt \
@@ -159,7 +156,6 @@ repo-add.8 repo-add.8.html: repo-add.8.txt
vercmp.8 vercmp.8.html: vercmp.8.txt
pkgdelta.8 pkgdelta.8.html: pkgdelta.8.txt
pacman-key.8 pacman-key.8.html: pacman-key.8.txt
-pactree.8 pactree.8.html: pactree.8.txt
PKGBUILD.5 PKGBUILD.5.html: PKGBUILD.5.txt PKGBUILD-example.txt
makepkg.conf.5 makepkg.conf.5.html: makepkg.conf.5.txt
pacman.conf.5 pacman.conf.5.html: pacman.conf.5.txt
diff --git a/doc/pactree.8.txt b/doc/pactree.8.txt
deleted file mode 100644
index b177788a..00000000
--- a/doc/pactree.8.txt
+++ /dev/null
@@ -1,69 +0,0 @@
-/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
-/////
-pactree(8)
-=========
-
-Name
-----
-pactree - package dependency tree viewer
-
-
-Synopsis
---------
-'pactree' [options] package
-
-
-Description
------------
-Pactree produces a dependency tree for a package.
-
-By default, a tree-like output is generated, but with the '\--graph' option, a Graphviz
-description is generated.
-
-
-Options
--------
-*-a, \--ascii*::
- Use ASCII characters for tree formatting. By default, pactree will use Unicode
- line drawing characters if it is able to detect that the locale supports them.
-
-*-b, \--dbpath*::
- Specify an alternative database location.
-
-*-c, \--color*::
- Colorize output.
-
-*-d, \--depth <num>*::
- Limits the number of levels of dependency to show. A zero means
- show the named package only, one shows the packages that are directly
- required.
-
-*-g, \--graph*::
- Generate a Graphviz description. If this option is given, the '\--color' and
- '\--linear' options are ignored.
-
-*-h, \--help*::
- Output syntax and command-line options.
-
-*-l, \--linear*::
- Prints package names at the start of each line, one per line.
-
-*-r, \--reverse*::
- Show packages that depend on the named package.
-
-*-s, \--sync*::
- Read package data from sync databases instead of local database.
-
-*-u, \--unique*::
- List dependent packages once. Implies '\--linear'.
-
-*\--config <file>*::
- Specify an alternate pacman configuration file.
-
-
-See Also
---------
-linkman:pacman[8], linkman:pacman.conf[5], linkman:makepkg[8]
-
-include::footer.txt[]