From ce1d0ae3642aa480f89ee279426d9d6ec7ec7014 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sun, 3 Feb 2019 08:26:00 +0000 Subject: [PATCH] Man page can now be built on any system. Closes #1139. Huge thanks to Chris Mayo. --- ChangeLog.txt | 1 + config.mk | 2 +- man/html.xsl | 2 +- man/manpage.xsl | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 6d22cf5c..0c59e5ad 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -38,6 +38,7 @@ Build: - Fix comparison of boolean values in CMake build. Closes #1101. - Fix compilation when openssl deprecated APIs are not available. Closes #1094. +- Man pages can now be built on any system. Closes #1139. 1.5.5 - 20181211 diff --git a/config.mk b/config.mk index 0ee3fa44..ce92090d 100644 --- a/config.mk +++ b/config.mk @@ -111,7 +111,7 @@ VERSION=1.5.5 SOVERSION=1 # Man page generation requires xsltproc and docbook-xsl -XSLTPROC=xsltproc +XSLTPROC=xsltproc --nonet # For html generation DB_HTML_XSL=man/html.xsl diff --git a/man/html.xsl b/man/html.xsl index 44f00187..3fba92a2 100644 --- a/man/html.xsl +++ b/man/html.xsl @@ -1,6 +1,6 @@ - + man.css diff --git a/man/manpage.xsl b/man/manpage.xsl index 0ebd8d4a..ec4e6b70 100644 --- a/man/manpage.xsl +++ b/man/manpage.xsl @@ -1,6 +1,6 @@ - + 0