makepkg.conf(5): Add missing backticks around vars, and use single quotes around "gpg" command

Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Jason St. John 2014-02-01 20:43:18 -05:00 committed by Allan McRae
parent 3dc87ec59a
commit ccabeafb3d
1 changed files with 6 additions and 6 deletions

View File

@ -78,7 +78,7 @@ Options
Other flags that make accepts can also be passed. Other flags that make accepts can also be passed.
**DEBUG_CFLAGS=**"debug_cflags":: **DEBUG_CFLAGS=**"debug_cflags"::
Additional compiler flags appended to CFLAGS for use in debugging. Usually Additional compiler flags appended to `CFLAGS` for use in debugging. Usually
this would include: ``-g''. Read gcc(1) for more details on the wide this would include: ``-g''. Read gcc(1) for more details on the wide
variety of compiler flags available. variety of compiler flags available.
@ -115,8 +115,8 @@ Options
makepkg's '\--check' and '\--nocheck' options respectively. makepkg's '\--check' and '\--nocheck' options respectively.
*sign*;; *sign*;;
Generate a PGP signature file using GnuPG. This will execute `gpg Generate a PGP signature file using GnuPG. This will execute 'gpg
--detach-sign --use-agent` on the built package to generate a detached \--detach-sign \--use-agent' on the built package to generate a detached
signature file, using the GPG agent if it is available. The signature signature file, using the GPG agent if it is available. The signature
file will be the entire filename of the package with a ``.sig'' file will be the entire filename of the package with a ``.sig''
extension. extension.
@ -202,20 +202,20 @@ Options
for details. for details.
**MAN_DIRS=(**{usr{,/local}{,/share},opt/*}/{man,info} ...**)**:: **MAN_DIRS=(**{usr{,/local}{,/share},opt/*}/{man,info} ...**)**::
If `zipman` is specified in the OPTIONS array, this variable will If `zipman` is specified in the `OPTIONS` array, this variable will
instruct makepkg where to look to compress manual (man and info) instruct makepkg where to look to compress manual (man and info)
pages. If you build packages that are located in opt/, you may need pages. 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 to add the directory to this array. *NOTE:* Do not add the leading
slash to the directory name. slash to the directory name.
**DOC_DIRS=(**usr/{,share/}{doc,gtk-doc} ...**)**:: **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 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 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. array. *NOTE:* Do not add the leading slash to the directory name.
**PURGE_TARGETS=(**usr/{,share}/info/dir .podlist *.pod...**)**:: **PURGE_TARGETS=(**usr/{,share}/info/dir .podlist *.pod...**)**::
If `purge` is specified in the OPTIONS array, this variable will If `purge` is specified in the `OPTIONS` array, this variable will
instruct makepkg which files to remove from the package. This is instruct makepkg which files to remove from the package. This is
useful for index files that are added by multiple packages. useful for index files that are added by multiple packages.