summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.8
AgeCommit message (Collapse)AuthorFilesLines
2007-06-01Drop --usesudo option and add some checks related to ASROOTDan McGee1-5/+5
Drop the --usesudo option and use it by default if running as a non-root user. Check the usage of the --asroot option and do not allow it to be used as a normal user. A few other small fixes, including a typo in $confdir. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-05-30doc/makepkg.8: document --log optionDan McGee1-0/+4
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-01* Slight documentation update.Dan McGee1-6/+10
2007-02-23Implementing feature request: <http://bugs.archlinux.org/task/4706>Dan McGee1-8/+0
* 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-14* Updated makepkg.8 manpage to reflect shift of -S to --usesudo.Dan McGee1-4/+5
2007-02-09Another round of manpage updates.Dan McGee1-8/+7
2007-02-08* Nice overhaul of manpages. It is at least a start.Dan McGee1-440/+130
* Alphabetized options in pacman usage.
2007-02-07Greatly simplify the way our non-existant translated manpages were beingDan McGee1-0/+455
made. Ripped out all the po4a stuff, letting us cut down on yet another makedepends. Also moved all of the manpages to non-.in names.
2006-10-27Remove generated man pages from CVSAaron Griffin1-156/+0
2006-10-15Merging Frugalware changes - these need to be checked for instances of "Frugal"Aaron Griffin1-0/+156
in the docs, but I'm lazy right now