diff options
| author | Sam Varshavchik | 2017-07-24 19:41:24 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2017-07-24 19:41:24 -0400 |
| commit | 5f52fae452bac6c6db4b578b4667b8e9bc0901e0 (patch) | |
| tree | cd56d56d62e0fba56b747c696ddf93d37a93408a /tcpd | |
| parent | 4238d38f75d45793521a3b49ba421413d2b53a21 (diff) | |
| download | courier-libs-5f52fae452bac6c6db4b578b4667b8e9bc0901e0.tar.bz2 | |
Fix man page generation.
Diffstat (limited to 'tcpd')
| -rw-r--r-- | tcpd/Makefile.am | 4 |
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: |
