summaryrefslogtreecommitdiffstats
path: root/tcpd
diff options
context:
space:
mode:
authorSam Varshavchik2017-07-24 19:41:24 -0400
committerSam Varshavchik2017-07-24 19:41:24 -0400
commit5f52fae452bac6c6db4b578b4667b8e9bc0901e0 (patch)
treecd56d56d62e0fba56b747c696ddf93d37a93408a /tcpd
parent4238d38f75d45793521a3b49ba421413d2b53a21 (diff)
downloadcourier-libs-5f52fae452bac6c6db4b578b4667b8e9bc0901e0.tar.bz2
Fix man page generation.
Diffstat (limited to 'tcpd')
-rw-r--r--tcpd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcpd/Makefile.am b/tcpd/Makefile.am
index 81c405d..f6bf729 100644
--- a/tcpd/Makefile.am
+++ b/tcpd/Makefile.am
@@ -82,13 +82,13 @@ couriertcpd.html: couriertcpd.sgml ../docbook/sgml2html
../docbook/sgml2html couriertcpd.sgml couriertcpd.html
couriertcpd.1: couriertcpd.sgml ../docbook/sgml2html
- ../docbook/sgml2man couriertcpd.sgml couriertcpd.1
+ ../docbook/sgml2man couriertcpd.sgml couriertcpd.1 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"
couriertls.html: couriertls.sgml ../docbook/sgml2html
../docbook/sgml2html couriertls.sgml couriertls.html
couriertls.1: couriertls.sgml ../docbook/sgml2html
- ../docbook/sgml2man couriertls.sgml couriertls.1
+ ../docbook/sgml2man couriertls.sgml couriertls.1 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"
endif
check-am: