From: Richard W.M. Jones Date: Wed, 8 Jan 2020 21:57:33 +0000 (+0000) Subject: build: Create man/ subdirectory before building man pages. X-Git-Tag: v'0.2'~58 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f2f4e11474538948ffdd503ff6e136fcdf9c81ef;p=goals.git build: Create man/ subdirectory before building man pages. --- diff --git a/Goalfile.in b/Goalfile.in index f0aaab2..7a085e3 100644 --- a/Goalfile.in +++ b/Goalfile.in @@ -118,6 +118,7 @@ goal documentation = : pod2man ("goals", "1"), goal pod2man (page, section) = "man/%page.%section" : "docs/%page.pod" { rm -f %@ %@-t + mkdir -p man %POD2MAN \ -u \ -c "goals" \