Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/devtools.7.asciidoc
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-06-20 01:15:34 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-06-22 01:05:03 +0200
commit626aecb4724fe5adc65f755d142804306fadb307 (patch)
tree0b543c45c98a45c181293a4f10120873c82b81ea /doc/devtools.7.asciidoc
parent208824456410123e6ac480cdfe554f14f211047c (diff)
make: split out man page files into doc/man folder
Diffstat (limited to 'doc/devtools.7.asciidoc')
-rw-r--r--doc/devtools.7.asciidoc55
1 files changed, 0 insertions, 55 deletions
diff --git a/doc/devtools.7.asciidoc b/doc/devtools.7.asciidoc
deleted file mode 100644
index a207439..0000000
--- a/doc/devtools.7.asciidoc
+++ /dev/null
@@ -1,55 +0,0 @@
-devtools(7)
-===========
-
-Name
-----
-devtools - Developer tools for the Arch Linux distribution
-
-Description
------------
-
-Devtools contains tools for package maintenance in Arch Linux. The toolset
-varies from tools for building packages in a clean chroot ('mkarchroot',...),
-packaging related tools for sonames ('sogrep', 'lddd') and tools for
-repository management such as ('archco', 'extra2community')
-
-Programs
---------
-The list below gives a short overview; see the respective documentation
-for details.
-
-linkman:archbuild[1]
- Build an Arch Linux package inside a clean chroot
-
-linkman:arch-nspawn[1]
- Run a command or OS in a light-weight namespace container
-
-linkman:checkpkg[1]
- Compare the current build pakcage with the repository version
-
-linkman:find-libdeps[1]
- Find soname dependencies for a package
-
-linkman:find-libprovides[1]
- Find soname's which are provided by a package
-
-linkman:lddd[1]
- Find broken library links on your system
-
-linkman:mkarchroot[1]
- Creates an arch chroot in a specified location with a specified set of
- packages
-
-linkman:makechrootpkg[1]
- Build a PKGBUILD in a given chroot environment
-
-linkman:makerepropkg[1]
- Rebuild a package to see if it is reproducible
-
-linkman:offload-build[1]
- Build a PKGBUILD on a remote server using makechrootpkg
-
-linkman:sogrep[1]
- Find packages using a linked to a given shared library
-
-include::footer.asciidoc[]