summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.conf.5
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-09 16:37:20 +0100
committerDan McGee <dan@archlinux.org>2007-02-09 16:37:20 +0100
commit4e0b649c3af6deeb6fcf765deaa3dc9b2f68452d (patch)
tree10c38ac107cadaaf73ffabf8e6ca9a150cb67d5d /doc/makepkg.conf.5
parent41a8621ba0c8eda65a10e111a979d2d751bf4adc (diff)
downloadpacman-4e0b649c3af6deeb6fcf765deaa3dc9b2f68452d.tar.gz
pacman-4e0b649c3af6deeb6fcf765deaa3dc9b2f68452d.tar.xz
Man pages, man pages, man pages. Just a few more additions and clarifications,
ensured force option was still documented in PKGBUILD.5.
Diffstat (limited to 'doc/makepkg.conf.5')
-rw-r--r--doc/makepkg.conf.516
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/makepkg.conf.5 b/doc/makepkg.conf.5
index f5714c21..3c6a2980 100644
--- a/doc/makepkg.conf.5
+++ b/doc/makepkg.conf.5
@@ -55,17 +55,17 @@ enable or disable an option simply remove or place an "!" at the front of the
option. Each works as follows:
.RS
.TP
-fakeroot
+.B fakeroot
Allow building packages as a non-root user. This is \fIhighly\fP recommended.
.TP
-distcc
+.B distcc
Use the distributed C/C++/ObjC compiler to spread compilation among multiple
machines. If this is enabled, \fBDISTCC_HOSTS\fP must be specified as well.
.TP
-color
+.B color
Colorize output messages, making output easier to read.
.TP
-ccache
+.B ccache
Use ccache to cache compilation by default. This allows for faster compiles if
you are continuously recompiling the same packages. It can be disabled for
individual packages by passing the \fB-B\fP or \fB--noccache\fP flag to
@@ -85,18 +85,18 @@ disable an option simply remove or place an "!" at the front of the option.
Each works as follows:
.RS
.TP
-strip
+.B strip
Strip symbols from binaries and libraries. If you frequently use a debugger on
programs or libraries, it may be helpful to disable this option.
.TP
-docs
+.B docs
Save doc and info directories. If you wish to delete doc and info directories,
specify "!docs" in the array.
.TP
-libtool
+.B libtool
Leave libtool (.la) files in packages. Specify "!libtool" to remove them.
.TP
-emptydirs
+.B emptydirs
Leave empty directories in packages.
.RE
.TP