index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <shiningxc@gmail.com> | 2008-08-24 01:51:56 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-25 18:05:25 -0500 |
commit | a06d0de104d2f03c19b917ea47394d8d6be89a9a (patch) | |
tree | b3b63543c62f68f7eeafbe382f67a8b9e1ff88e4 /doc | |
parent | a4100b384737d6b422a31eb0f6614b4f5f6070cb (diff) |
-rw-r--r-- | doc/makepkg.conf.5.txt | 7 |
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index e59bb409..a8190038 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 @@ -111,7 +111,8 @@ Options *docs*;; Save doc directories. If you wish to delete doc directories, specify - `!docs' in the array. + `!docs' in the array. The directories affected are specified by the + `DOC_DIRS` variable. *libtool*;; Leave libtool (.la) files in packages. Specify `!libtool' to remove @@ -128,7 +129,7 @@ Options affects both generation and checking. The current valid options are: `md5`, `sha1`, `sha256`, `sha384`, and `sha512`. -**DOC_DIRS=(**usr/{,share/}{info,doc} ...**)**:: +**DOC_DIRS=(**usr/{,share/}{doc,gtk-doc} ...**)**:: If "!docs" is specified in the OPTIONS array, this variable will instruct makepkg where to look to remove docs. If you build packages that are located in opt/, you may need to add the directory to this |