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 | |
| parent | 4238d38f75d45793521a3b49ba421413d2b53a21 (diff) | |
| download | courier-libs-5f52fae452bac6c6db4b578b4667b8e9bc0901e0.tar.bz2 | |
Fix man page generation.
| -rwxr-xr-x | docbook/sgml2man | 2 | ||||
| -rw-r--r-- | gpglib/Makefile.am | 2 | ||||
| -rw-r--r-- | imap/Makefile.am | 12 | ||||
| -rw-r--r-- | liblock/Makefile.am | 2 | ||||
| -rw-r--r-- | liblog/Makefile.am | 2 | ||||
| -rw-r--r-- | maildir/Makefile.am | 12 | ||||
| -rw-r--r-- | rfc2045/Makefile.am | 6 | ||||
| -rw-r--r-- | rfc822/Makefile.am | 2 | ||||
| -rw-r--r-- | tcpd/Makefile.am | 4 | ||||
| -rw-r--r-- | userdb/Makefile.am | 6 | 
10 files changed, 25 insertions, 25 deletions
| diff --git a/docbook/sgml2man b/docbook/sgml2man index 543aab0..8698e95 100755 --- a/docbook/sgml2man +++ b/docbook/sgml2man @@ -15,7 +15,7 @@ fi  rm -rf $dstfile.tmpdir  mkdir -p $dstfile.tmpdir -xsltproc --nonet -o $dstfile.tmpdir/ $options http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $srcfile +xsltproc  --nonet -o $dstfile.tmpdir/ $options http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $srcfile  for f in $dstfile.tmpdir/*  do diff --git a/gpglib/Makefile.am b/gpglib/Makefile.am index c28c1ba..deedc85 100644 --- a/gpglib/Makefile.am +++ b/gpglib/Makefile.am @@ -36,7 +36,7 @@ mimegpg.html: mimegpg.sgml ../docbook/sgml2html  	../docbook/sgml2html mimegpg.sgml mimegpg.html  mimegpg.1: mimegpg.sgml ../docbook/sgml2man -	../docbook/sgml2man mimegpg.sgml mimegpg.1 +	../docbook/sgml2man mimegpg.sgml mimegpg.1 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  endif diff --git a/imap/Makefile.am b/imap/Makefile.am index 821c1c2..7a7f4f5 100644 --- a/imap/Makefile.am +++ b/imap/Makefile.am @@ -153,42 +153,42 @@ imapd.html.in: imapd.sgml ../docbook/sgml2html  	../docbook/sgml2html imapd.sgml imapd.html.in  imapd.8.in: imapd.sgml ../docbook/sgml2man -	../docbook/sgml2man imapd.sgml imapd.8.in +	../docbook/sgml2man imapd.sgml imapd.8.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv imapd.8 imapd.8.in  makeimapaccess.html.in: makeimapaccess.sgml ../docbook/sgml2html  	../docbook/sgml2html makeimapaccess.sgml makeimapaccess.html.in  makeimapaccess.8.in: makeimapaccess.sgml ../docbook/sgml2man -	../docbook/sgml2man makeimapaccess.sgml makeimapaccess.8.in +	../docbook/sgml2man makeimapaccess.sgml makeimapaccess.8.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv makeimapaccess.8 makeimapaccess.8.in  mkdhparams.html.in: mkdhparams.sgml ../docbook/sgml2html  	../docbook/sgml2html mkdhparams.sgml mkdhparams.html.in  mkdhparams.8.in: mkdhparams.sgml ../docbook/sgml2man -	../docbook/sgml2man mkdhparams.sgml mkdhparams.8.in +	../docbook/sgml2man mkdhparams.sgml mkdhparams.8.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv mkdhparams.8 mkdhparams.8.in  mkimapdcert.html.in: mkimapdcert.sgml ../docbook/sgml2html  	../docbook/sgml2html mkimapdcert.sgml mkimapdcert.html.in  mkimapdcert.8.in: mkimapdcert.sgml ../docbook/sgml2man -	../docbook/sgml2man mkimapdcert.sgml mkimapdcert.8.in +	../docbook/sgml2man mkimapdcert.sgml mkimapdcert.8.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv mkimapdcert.8 mkimapdcert.8.in  mkpop3dcert.html.in: mkpop3dcert.sgml ../docbook/sgml2html  	../docbook/sgml2html mkpop3dcert.sgml mkpop3dcert.html.in  mkpop3dcert.8.in: mkpop3dcert.sgml ../docbook/sgml2man -	../docbook/sgml2man mkpop3dcert.sgml mkpop3dcert.8.in +	../docbook/sgml2man mkpop3dcert.sgml mkpop3dcert.8.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv mkpop3dcert.8 mkpop3dcert.8.in  courierpop3d.html.in: courierpop3d.sgml ../docbook/sgml2html  	../docbook/sgml2html courierpop3d.sgml courierpop3d.html.in  courierpop3d.8.in: courierpop3d.sgml ../docbook/sgml2man -	../docbook/sgml2man courierpop3d.sgml courierpop3d.8.in +	../docbook/sgml2man courierpop3d.sgml courierpop3d.8.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv courierpop3d.8 courierpop3d.8.in  README.proxy.html: README.proxy.sgml diff --git a/liblock/Makefile.am b/liblock/Makefile.am index 333de47..3b59fcf 100644 --- a/liblock/Makefile.am +++ b/liblock/Makefile.am @@ -41,5 +41,5 @@ lockmail.html: lockmail.sgml ../docbook/sgml2html  	../docbook/sgml2html lockmail.sgml lockmail.html  lockmail.1: lockmail.sgml ../docbook/sgml2man -	../docbook/sgml2man lockmail.sgml lockmail.1 +	../docbook/sgml2man lockmail.sgml lockmail.1 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  endif diff --git a/liblog/Makefile.am b/liblog/Makefile.am index dfec2c3..f465e44 100644 --- a/liblog/Makefile.am +++ b/liblog/Makefile.am @@ -19,5 +19,5 @@ courierlogger.html: courierlogger.sgml ../docbook/sgml2html  	../docbook/sgml2html courierlogger.sgml courierlogger.html  courierlogger.1: courierlogger.sgml ../docbook/sgml2html -	../docbook/sgml2man courierlogger.sgml courierlogger.1 +	../docbook/sgml2man courierlogger.sgml courierlogger.1 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  endif diff --git a/maildir/Makefile.am b/maildir/Makefile.am index c5bffde..148c75c 100644 --- a/maildir/Makefile.am +++ b/maildir/Makefile.am @@ -153,40 +153,40 @@ deliverquota.html.in: deliverquota.sgml ../docbook/sgml2html  	../docbook/sgml2html deliverquota.sgml deliverquota.html.in  deliverquota.8.in: deliverquota.sgml ../docbook/sgml2html -	../docbook/sgml2man deliverquota.sgml deliverquota.8.in +	../docbook/sgml2man deliverquota.sgml deliverquota.8.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv deliverquota.8 deliverquota.8.in  maildirmake.html.in: maildirmake.sgml ../docbook/sgml2html  	../docbook/sgml2html maildirmake.sgml maildirmake.html.in  maildirmake.1.in: maildirmake.sgml ../docbook/sgml2html -	../docbook/sgml2man maildirmake.sgml maildirmake.1.in +	../docbook/sgml2man maildirmake.sgml maildirmake.1.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv maildirmake.1 maildirmake.1.in  maildiracl.html.in: maildiracl.sgml ../docbook/sgml2html  	../docbook/sgml2html maildiracl.sgml maildiracl.html.in  maildiracl.1.in: maildiracl.sgml ../docbook/sgml2html -	../docbook/sgml2man maildiracl.sgml maildiracl.1.in +	../docbook/sgml2man maildiracl.sgml maildiracl.1.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv maildiracl.1 maildiracl.1.in  maildirquota.html: maildirquota.sgml ../docbook/sgml2html  	../docbook/sgml2html maildirquota.sgml maildirquota.html  maildirquota.7: maildirquota.sgml ../docbook/sgml2man -	../docbook/sgml2man maildirquota.sgml maildirquota.7 +	../docbook/sgml2man maildirquota.sgml maildirquota.7 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  maildir.html: maildir.sgml ../docbook/sgml2html  	../docbook/sgml2html maildir.sgml maildir.html  maildir.5: maildir.sgml ../docbook/sgml2man -	../docbook/sgml2man maildir.sgml maildir.5 +	../docbook/sgml2man maildir.sgml maildir.5 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  maildirkw.html: maildirkw.sgml ../docbook/sgml2html  	../docbook/sgml2html maildirkw.sgml maildirkw.html  maildirkw.1: maildirkw.sgml ../docbook/sgml2man -	../docbook/sgml2man maildirkw.sgml maildirkw.1 +	../docbook/sgml2man maildirkw.sgml maildirkw.1 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  endif diff --git a/rfc2045/Makefile.am b/rfc2045/Makefile.am index 1301a5e..1fe66e6 100644 --- a/rfc2045/Makefile.am +++ b/rfc2045/Makefile.am @@ -56,19 +56,19 @@ reformime.html: reformime.sgml ../docbook/sgml2html  	../docbook/sgml2html reformime.sgml reformime.html  reformime.1: reformime.sgml ../docbook/sgml2html -	../docbook/sgml2man reformime.sgml reformime.1 +	../docbook/sgml2man reformime.sgml reformime.1 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/maildrop/"  makemime.html: makemime.sgml ../docbook/sgml2html  	../docbook/sgml2html makemime.sgml makemime.html  makemime.1: makemime.sgml ../docbook/sgml2html -	../docbook/sgml2man makemime.sgml makemime.1 +	../docbook/sgml2man makemime.sgml makemime.1 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/maildrop/"  rfc2045.html: rfc2045.sgml ../docbook/sgml2html  	../docbook/sgml2html rfc2045.sgml rfc2045.html  rfc2045.3: rfc2045.sgml ../docbook/sgml2html -	../docbook/sgml2man rfc2045.sgml rfc2045.3 +	../docbook/sgml2man rfc2045.sgml rfc2045.3 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/maildrop/"  endif  if HAVE_LIBIDN diff --git a/rfc822/Makefile.am b/rfc822/Makefile.am index 931c3c9..5a48308 100644 --- a/rfc822/Makefile.am +++ b/rfc822/Makefile.am @@ -39,7 +39,7 @@ rfc822.html: rfc822.sgml ../docbook/sgml2html  	../docbook/sgml2html rfc822.sgml rfc822.html  rfc822.3: rfc822.sgml ../docbook/sgml2html -	../docbook/sgml2man rfc822.sgml rfc822.3 +	../docbook/sgml2man rfc822.sgml rfc822.3 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  endif  check-am: 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: diff --git a/userdb/Makefile.am b/userdb/Makefile.am index 90a72ae..c1fdbbb 100644 --- a/userdb/Makefile.am +++ b/userdb/Makefile.am @@ -46,21 +46,21 @@ makeuserdb.html.in: makeuserdb.sgml ../docbook/sgml2html  	../docbook/sgml2html makeuserdb.sgml makeuserdb.html.in  makeuserdb.8.in: makeuserdb.sgml ../docbook/sgml2man -	../docbook/sgml2man makeuserdb.sgml makeuserdb.8.in +	../docbook/sgml2man makeuserdb.sgml makeuserdb.8.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv makeuserdb.8 makeuserdb.8.in  userdb.html.in: userdb.sgml ../docbook/sgml2html  	../docbook/sgml2html userdb.sgml userdb.html.in  userdb.8.in: userdb.sgml ../docbook/sgml2man -	../docbook/sgml2man userdb.sgml userdb.8.in +	../docbook/sgml2man userdb.sgml userdb.8.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv userdb.8 userdb.8.in  userdbpw.html.in: userdbpw.sgml ../docbook/sgml2html  	../docbook/sgml2html userdbpw.sgml userdbpw.html.in  userdbpw.8.in: userdbpw.sgml ../docbook/sgml2man -	../docbook/sgml2man userdbpw.sgml userdbpw.8.in +	../docbook/sgml2man userdbpw.sgml userdbpw.8.in "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"  	mv userdbpw.8 userdbpw.8.in  endif | 
