diff options
author | Dan McGee <dan@archlinux.org> | 2008-06-16 06:10:04 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-06-19 15:50:17 +0200 |
commit | 5c6809987e235fea760c6feb6deaceaada09b53f (patch) | |
tree | 5a0d534d7fc130841b280456507ffb8d388d6a8c /doc | |
parent | 29bf6814f74096e5d8ea22058e638eb362717b8a (diff) | |
download | pacman-5c6809987e235fea760c6feb6deaceaada09b53f.tar.gz pacman-5c6809987e235fea760c6feb6deaceaada09b53f.tar.xz |
makepkg.conf: make keeping docs the default
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makepkg.conf.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 113ad140..b5a49ba8 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -97,7 +97,7 @@ Options running in the DistCC cluster. In addition, you will want to modify your `MAKEFLAGS`. -**OPTIONS=(**strip !docs libtool emptydirs zipman**)**:: +**OPTIONS=(**strip docs libtool emptydirs zipman**)**:: This array contains options that affect the default packaging. They are equivalent to options that can be placed in the PKGBUILD; the defaults are shown here. All options should always be left in the array; to enable or |