index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Cedric Staniewski <cedric@gmx.ca> | 2009-12-21 20:26:28 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-03-14 18:34:16 -0500 |
commit | 5fe41df8a9eaac288433a54e216f96b1fe729c01 (patch) | |
tree | 489613b7b44d05b6a10190a134b19858192e2732 /doc/makepkg.conf.5.txt | |
parent | 22331fdadb1b055030a6f68e2bb9eed589187a10 (diff) |
-rw-r--r-- | doc/makepkg.conf.5.txt | 12 |
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index d8ee86b3..55e71cc7 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -135,6 +135,18 @@ Options affects both generation and checking. The current valid options are: `md5`, `sha1`, `sha256`, `sha384`, and `sha512`. +**STRIP_BINARIES=**"@STRIP_BINARIES@":: + Options to be used when stripping binaries. See `strip''s man page + for details. + +**STRIP_SHARED=**"@STRIP_SHARED@":: + Options to be used when stripping shared libraries. See `strip''s + man page for details. + +**STRIP_STATIC=**"@STRIP_STATIC@":: + Options to be used when stripping static libraries. See `strip''s + man page for details. + **MAN_DIRS=(**{usr{,/local}{,/share},opt/*}/{man,info} ...**)**:: If `zipman` is specified in the OPTIONS array, this variable will instruct makepkg where to look to compress manual (man and info) |