diff options
author | Dan McGee <dan@archlinux.org> | 2010-06-16 21:01:09 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-06-16 21:01:09 -0500 |
commit | 892266277ed437114080591882d06d5508b3fed7 (patch) | |
tree | df1b4217eca084c3493083ab185c0190cc4fd07d /doc/makepkg.conf.5.txt | |
parent | 2ee186506c29b98d46420bc7d7b22c150b6cb71c (diff) | |
download | pacman-892266277ed437114080591882d06d5508b3fed7.tar.xz |
Fix distcheck invocation in doc/ directoryv3.4.0
Commit 5fe41df8 broke `make distcheck` pretty badly for the doc directory.
Looking at what this commit was trying to accomplish, it make sense to
revert a lot of the build system changes and just simplify what we are
showing in the man page anyway- an example, not exactly how it is configured
on your system.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/makepkg.conf.5.txt')
-rw-r--r-- | doc/makepkg.conf.5.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 55e71cc7..753b1792 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -135,17 +135,17 @@ 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 +**STRIP_BINARIES=**"--strip-all":: + Options to be used when stripping binaries. See linkman:strip[1] for details. -**STRIP_SHARED=**"@STRIP_SHARED@":: - Options to be used when stripping shared libraries. See `strip''s - man page for details. +**STRIP_SHARED=**"--strip-unneeded":: + Options to be used when stripping shared libraries. See linkman:strip[1] + for details. -**STRIP_STATIC=**"@STRIP_STATIC@":: - Options to be used when stripping static libraries. See `strip''s - man page for details. +**STRIP_STATIC=**"--strip-debug":: + Options to be used when stripping static libraries. See linkman:strip[1] + for details. **MAN_DIRS=(**{usr{,/local}{,/share},opt/*}/{man,info} ...**)**:: If `zipman` is specified in the OPTIONS array, this variable will |