docs: Use pod2man -u option.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 7 Jan 2020 20:36:20 +0000 (20:36 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 7 Jan 2020 20:36:20 +0000 (20:36 +0000)
Goalfile.in

index 3a41cbf..187ced3 100644 (file)
@@ -116,6 +116,7 @@ goal pod2man (page) =
 "docs/%page.1" : "docs/%page.pod" {
     rm -f %@ %@-t
     %POD2MAN \
+        -u \
         -c "goals" \
         --release "@PACKAGE_NAME@-@PACKAGE_VERSION@" \
         --section 1 %< > %@-t