doc: Consistency and formatting cleanups (for master)

Bring master in line with some things we just did on maint.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2009-01-12 23:44:06 -06:00
parent b369f71fd6
commit d7345da5ba

View file

@ -63,7 +63,7 @@ Options
**LDFLAGS=**"ldflags":: **LDFLAGS=**"ldflags"::
Flags used for the linker. Several options may be specified with common Flags used for the linker. Several options may be specified with common
usage resembling ``-Wl,--hash-style=gnu``. Read ld(1) for more details on usage resembling ``-Wl,--hash-style=gnu''. Read ld(1) for more details on
available linker flags. available linker flags.
**MAKEFLAGS=**"makeflags":: **MAKEFLAGS=**"makeflags"::
@ -141,7 +141,7 @@ Options
`md5`, `sha1`, `sha256`, `sha384`, and `sha512`. `md5`, `sha1`, `sha256`, `sha384`, and `sha512`.
**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
@ -161,7 +161,7 @@ Options
name. 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.