Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upBuilding man pages fails if docbook.xsl is in a different location #1139
Comments
ralight
added this to the 1.5.6 milestone
Feb 3, 2019
This comment has been minimized.
This comment has been minimized.
A massive thanks for this, I know it has annoyed people for a long while. I've made the change on my local branch and it will be part of 1.5.6 soon. |
ralight
closed this
Feb 3, 2019
added a commit
that referenced
this issue
Feb 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cjmayo commentedFeb 1, 2019
Reported before at #105 and
https://bugs.launchpad.net/mosquitto/+bug/1269967
Can be made universal by using:
man/html.xsl
man/manpage.xsl
because xsltproc will use the system catalog to find the local path.
Can pass --nonet option to ensure the Internet is not used.
config.mk