diff options
author | Dan McGee <dan@archlinux.org> | 2009-01-13 07:10:36 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-01-13 07:10:36 +0100 |
commit | b369f71fd62effa611214f5afc3de8568533253a (patch) | |
tree | 720d557f939cc2b23415d21adef6895636c6df18 /doc/makepkg.conf.5.txt | |
parent | 3d6da93093caa12f726f723ba19d737c8a55b44d (diff) | |
parent | 1191303f8b9edc01ff969e2433f5c40c9a95474a (diff) | |
download | pacman-b369f71fd62effa611214f5afc3de8568533253a.tar.gz pacman-b369f71fd62effa611214f5afc3de8568533253a.tar.xz |
Merge branch 'maint'
Conflicts:
doc/makepkg.conf.5.txt
Diffstat (limited to 'doc/makepkg.conf.5.txt')
-rw-r--r-- | doc/makepkg.conf.5.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 72bdbea2..399f0260 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -117,11 +117,11 @@ Options *docs*;; Save doc directories. If you wish to delete doc directories, specify - `!docs' in the array. The directories affected are specified by the + `!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 + Leave libtool (.la) files in packages. Specify `!libtool` to remove them. *emptydirs*;; @@ -148,13 +148,13 @@ Options slash to the directory name. **DOC_DIRS=(**usr/{,share/}{doc,gtk-doc} ...**)**:: - If "!docs" is specified in the OPTIONS array, this variable will + 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 array. *NOTE:* Do not add the leading slash to the directory name. **STRIP_DIRS=(**bin lib sbin usr/{bin,lib} ...**)**:: - If "strip" is specified in the OPTIONS array, this variable will + If `strip` is specified in the OPTIONS array, this variable will instruct makepkg where to look to for files to strip. If you build packages that are located in opt/, you may need to add the directory to this array. *NOTE:* Do not add the leading slash to the directory @@ -176,7 +176,7 @@ Options in the current directory. Many people like to keep all source files in a central location for easy cleanup, so this path can be set here. -**PACKAGER=**"John Doe <john@doe.com>":: +**PACKAGER=**"John Doe <john@example.com>":: This value is used when querying a package to see who was the builder. It is recommended you change this to your name and email address. |