From b7f7186d6b5259f10c41e5be8028c0e8e27d9091 Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Reyes Date: Tue, 19 May 2015 02:08:41 -0300 Subject: [PATCH] Added Bacman manpage Signed-off-by: Pablo Lezaeta Reyes --- doc/Makefile.am | 4 ++++ doc/bacman.8.txt | 36 ++++++++++++++++++++++++++++++++++++ doc/index.txt | 1 + 3 files changed, 41 insertions(+) create mode 100644 doc/bacman.8.txt diff --git a/doc/Makefile.am b/doc/Makefile.am index 60a70b3..25ba765 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -12,6 +12,7 @@ ASCIIDOC_MANS = \ pkgdelta.8 \ pacman-key.8 \ pactree.8 \ + bacman.8 \ PKGBUILD.5 \ makepkg.conf.5 \ pacman.conf.5 \ @@ -28,6 +29,7 @@ HTML_MANPAGES = \ pkgdelta.8.html \ pacman-key.8.html \ pactree.8.html \ + bacman.8.html \ PKGBUILD.5.html \ makepkg.conf.5.html \ pacman.conf.5.html \ @@ -54,6 +56,7 @@ EXTRA_DIST = \ pkgdelta.8.txt \ pacman-key.8.txt \ pactree.8.txt \ + bacman.8.txt \ PKGBUILD.5.txt \ PKGBUILD-example.txt \ makepkg.conf.5.txt \ @@ -155,6 +158,7 @@ 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 +bacman.8 bacman.8.html: bacman.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/bacman.8.txt b/doc/bacman.8.txt new file mode 100644 index 0000000..cab5c0c --- /dev/null +++ b/doc/bacman.8.txt @@ -0,0 +1,36 @@ +///// +vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: +///// +bacman(8) +========= + + +Name +---- +bacman - recreates a package using pacman's db and system files + + +Synopsis +-------- +'bacman' [options] installed-package-name + +Description +----------- +recreates a package using pacman's db and system files + +Options +------- +*-h, \--help*:: + Output syntax and command line options. + +*-v, \--version*:: + Output version of bacman and exit. + +*\--nocolor*:: + Output without colors. + +See Also +-------- +linkman:pacman[8] + +include::footer.txt[] \ No newline at end of file diff --git a/doc/index.txt b/doc/index.txt index 170717e..bffe86b 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -43,6 +43,7 @@ configuration files dealing with pacman. * linkman:libalpm[3] * linkman:makepkg[8] * linkman:makepkg.conf[5] +* linkman:bacman[8] * linkman:pacman[8] * linkman:pacman-key[8] * linkman:pacman.conf[5] -- 2.4.1