Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormorganamilo <morganamilo@archlinux.org>2020-12-07 22:19:56 +0000
committerAllan McRae <allan@archlinux.org>2020-12-21 12:03:51 +1000
commit95ffdd68b250af1d37067fe6dd70fc6a6094bc62 (patch)
treeed3ab1c77fd2e48b936a79755d228112c52c0dff /doc
parente67c306f9199fe1fc5e2c82dcaf3ede851a1689c (diff)
doc: remove old libalpm man file
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/libalpm.3.asciidoc37
-rw-r--r--doc/meson.build1
2 files changed, 0 insertions, 38 deletions
diff --git a/doc/libalpm.3.asciidoc b/doc/libalpm.3.asciidoc
deleted file mode 100644
index 79ea5409..00000000
--- a/doc/libalpm.3.asciidoc
+++ /dev/null
@@ -1,37 +0,0 @@
-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:alpm-hooks[5], linkman:makepkg[8], linkman:pacman[8],
-linkman:pacman.conf[5]
-
-include::footer.asciidoc[]
diff --git a/doc/meson.build b/doc/meson.build
index e24172fd..570dc765 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -9,7 +9,6 @@ manpages = [
{ 'name': 'PKGBUILD.5', 'extra_depends' : [ 'PKGBUILD-example.txt' ] },
{ 'name': 'makepkg.conf.5' },
{ 'name': 'pacman.conf.5' },
- { 'name': 'libalpm.3' },
{ 'name': 'BUILDINFO.5' },
{ 'name': 'pacman-conf.8' },
]