index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | doc/makepkg.8.txt | 6 |
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 164f404d..c59800c6 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -52,7 +52,7 @@ Options Removes all cached source files from the directory specified in `SRCDEST` in linkman:makepkg.conf[5]. -*--config* <`/path/to/config`>:: +*\--config* <file>:: Use an alternate config file instead of the `{sysconfdir}/makepkg.conf` default. @@ -118,7 +118,7 @@ Options `\--noextract` option if you wish to tweak the files in src/ before building. -*-p* <`buildscript`>:: +*-p* <buildscript>:: Read the package script `buildscript` instead of the `PKGBUILD` default; see linkman:PKGBUILD[5]. @@ -150,7 +150,7 @@ Options remote builder, or a tarball upload. Because integrity checks are verified, all source files of the package need to be present or downloadable. -*\--pkg <`list`>*:: +*\--pkg <list>*:: Only build listed packages from a split package. The use of quotes is necessary when specifying multiple packages. e.g. `--pkg "pkg1 pkg3"` |