build: Create man/ subdirectory before building man pages.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 8 Jan 2020 21:57:33 +0000 (21:57 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 8 Jan 2020 21:57:33 +0000 (21:57 +0000)
Goalfile.in

index f0aaab2..7a085e3 100644 (file)
@@ -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" \