summaryrefslogtreecommitdiffstats
path: root/doc/PKGBUILD.5
AgeCommit message (Collapse)AuthorFilesLines
2007-02-23Implementing feature request: <http://bugs.archlinux.org/task/4706>Dan McGee1-3/+17
* Added these three possible options (or !options, more likely), to the PKGBUILD possibilities: - ccache - distcc - makeflags * Removed the --noccache and -j flags from makepkg as their functionality is better used by adding the above options to a PKGBUILD- keep the functionality where it is needed. Testing would be appreciated, I didn't do much of that yet.
2007-02-23* Removed man2html stuff from configure. It is now available in the doc/Dan McGee1-1/+2
directory by running the target man2html, e.g. 'make man2html'. * Slightly fixed up the bottom of the manpages.
2007-02-12* Unified description of arch variable. Recommend using single quotes inDan McGee1-1/+1
the array, e.g. arch=('i686'). * Updated my TODO. * Changed the email address in rankmirrors script.
2007-02-09Man pages, man pages, man pages. Just a few more additions and clarifications,Dan McGee1-6/+28
ensured force option was still documented in PKGBUILD.5.
2007-02-09Cleaned up the PKGBUILD man a bit.Dan McGee1-131/+92
2007-02-09Another round of manpage updates.Dan McGee1-23/+30
2007-02-08* Nice overhaul of manpages. It is at least a start.Dan McGee1-19/+21
* Alphabetized options in pacman usage.
2007-02-06Minor fixups for the moment, still partially completeAaron Griffin1-73/+68
2007-02-06Swapped out PKGBUILD.8 for PKGBUILD.5 from Dan McGee - original PKGBUILD.8 ↵Aaron Griffin1-0/+286
had too many Frugal specific changes.