From 0f2417f919dd60572467dbeffd03640115d67a46 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 5 May 2024 15:04:20 +1000 Subject: [PATCH] doc/makepkg.8: Improve --cleanbuild documentation Fixes #45. Signed-off-by: Allan McRae --- doc/makepkg.8.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/makepkg.8.asciidoc b/doc/makepkg.8.asciidoc index 5ba13ace..b7b6d044 100644 --- a/doc/makepkg.8.asciidoc +++ b/doc/makepkg.8.asciidoc @@ -144,7 +144,8 @@ Options Display version information. *-C, \--cleanbuild*:: - Remove the $srcdir before building the package. + Clean build artifacts from previous runs of makepkg in the current + directory by removing $srcdir before building the package. *-D* , *\--dir* :: Change to directory before reading the PKGBUILD or doing anything else.