There seems to be no content appropriate for this file. Signed-off-by: Jeremy Heiner <ScalaProtractor at gmail.com> --- doc/Makefile.am | 8 ++------ doc/index.txt | 1 - doc/libalpm.3.txt | 39 --------------------------------------- doc/pacman.8.txt | 4 ++-- doc/pacman.conf.5.txt | 4 ++-- doc/vercmp.8.txt | 2 +- 6 files changed, 7 insertions(+), 51 deletions(-) delete mode 100644 doc/libalpm.3.txt diff --git a/doc/Makefile.am b/doc/Makefile.am index e7ebf58..871a0ad 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,8 +13,7 @@ ASCIIDOC_MANS = \ pactree.8 \ PKGBUILD.5 \ makepkg.conf.5 \ - pacman.conf.5 \ - libalpm.3 + pacman.conf.5 HTML_MANPAGES = \ pacman.8.html \ @@ -27,8 +26,7 @@ HTML_MANPAGES = \ pactree.8.html \ PKGBUILD.5.html \ makepkg.conf.5.html \ - pacman.conf.5.html \ - libalpm.3.html + pacman.conf.5.html HTML_OTHER = \ index.html \ @@ -55,7 +53,6 @@ EXTRA_DIST = \ PKGBUILD-example.txt \ makepkg.conf.5.txt \ pacman.conf.5.txt \ - libalpm.3.txt \ footer.txt \ index.txt \ submitting-patches.txt \ @@ -157,7 +154,6 @@ 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 -libalpm.3 libalpm.3.html: libalpm.3.txt # this one is just a symlink repo-remove.8: repo-add.8 $(RM) repo-remove.8 diff --git a/doc/index.txt b/doc/index.txt index 3c4339e..59227ef 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -40,7 +40,6 @@ There are several man pages available for the programs, utilities, and configuration files dealing with pacman. * linkman:PKGBUILD[5] -* linkman:libalpm[3] * linkman:makepkg[8] * linkman:makepkg.conf[5] * linkman:pacman[8] diff --git a/doc/libalpm.3.txt b/doc/libalpm.3.txt deleted file mode 100644 index e2ea32c..0000000 --- a/doc/libalpm.3.txt +++ /dev/null @@ -1,39 +0,0 @@ -///// -vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: -///// -libalpm(3) -========== - -Name ----- -libalpm - Arch Linux Package Management (ALPM) library - - -Synopsis --------- -For ease of access, the libalpm manual has been split up into several sections. - -*TODO:* Yes, this man page needs a lot of work. Once we get around to doing -good Doxygen documentation, it will improve. We promise. - -*alpm_databases*:: Database Functions -*alpm_interface*:: Interface Functions -*alpm_list*:: List Functions -*alpm_log*:: Logging Functions -*alpm_misc*:: Miscellaneous Functions -*alpm_packages*:: Package Functions -*alpm_sync*:: Sync Functions -*alpm_trans*:: Transaction Functions - - -Configuration -------------- -See linkman:pacman.conf[5] for more details on configuring libalpm using the -'pacman.conf' file. - - -See Also --------- -linkman:pacman[8], linkman:makepkg[8], linkman:pacman.conf[5] - -include::footer.txt[] diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index ccc0a01..1274499 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -20,7 +20,7 @@ system. It features dependency support, package groups, install and uninstall hooks, and the ability to sync your local machine with a remote repository to automatically upgrade packages. Pacman packages are a zipped tar format. -Since version 3.0.0, pacman has been the front-end to linkman:libalpm[3], the +Since version 3.0.0, pacman has been the front-end to libalpm, the ``Arch Linux Package Management'' library. This library allows alternative front-ends to be written (for instance, a GUI front-end). @@ -482,6 +482,6 @@ See linkman:pacman.conf[5] for more details on configuring pacman using the See Also -------- -linkman:pacman.conf[5], linkman:makepkg[8], linkman:libalpm[3] +linkman:pacman.conf[5], linkman:makepkg[8] include::footer.txt[] diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 9c3dffe..a9dbcb9 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -16,7 +16,7 @@ Synopsis Description ----------- -Pacman, using linkman:libalpm[3], will attempt to read pacman.conf each time it +Pacman will attempt to read pacman.conf each time it is invoked. This configuration file is divided into sections or repositories. Each section defines a package repository that pacman can use when searching for packages in '\--sync' mode. The exception to this is the options section, @@ -352,6 +352,6 @@ linkman:repo-add[8]. See Also -------- -linkman:pacman[8], linkman:libalpm[3] +linkman:pacman[8] include::footer.txt[] diff --git a/doc/vercmp.8.txt b/doc/vercmp.8.txt index 6b94f3e..234146c 100644 --- a/doc/vercmp.8.txt +++ b/doc/vercmp.8.txt @@ -71,6 +71,6 @@ There is none. See Also -------- -linkman:pacman[8], linkman:makepkg[8], linkman:libalpm[3] +linkman:pacman[8], linkman:makepkg[8] include::footer.txt[] -- 1.8.5.2