AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.1k stars 472 forks source link

Error: fails to compile with ENABLE_MAN=yes #266

Closed eggbean closed 1 year ago

eggbean commented 1 year ago

When I try to compile with the man file I get this error:

$ make ENABLE_MAN=yes
xsltproc --param man.output.in.separate.dir 1 --stringparam man.output.base.dir man/ --param man.output.subdirs.enabled 1 --param man.authors.section.enabled 1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl man/git-crypt.xml
error : Unknown IO error
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
make: *** [Makefile:58: man/man1/git-crypt.1] Error 4

Anything that can be done about this? (xsltproc is installed)

eggbean commented 1 year ago

The is resolved by installing docbook-xsl.