From d2a50cddaf47e1b83757f679eaea8c995ab5a462 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 7 Jan 2020 20:36:20 +0000 Subject: [PATCH] docs: Use pod2man -u option. --- Goalfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Goalfile.in b/Goalfile.in index 3a41cbf..187ced3 100644 --- a/Goalfile.in +++ b/Goalfile.in @@ -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 -- 1.8.3.1