sardemff7 / j4status

Status line generator
https://sardemff7.github.io/j4status/
GNU General Public License v3.0
47 stars 9 forks source link

make needs docbook-xsl on Ubuntu #8

Closed mahlzahn closed 10 years ago

mahlzahn commented 10 years ago

(or maybe docbook-style-xsl on other distris) because else you get make error:

I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/profile-docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/profile-docbook.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/profile-docbook.xsl
sardemff7 commented 10 years ago

It needs xlstproc and the docbook man page stylesheets, yes. Why do you consider that a bug? I should probably state that on the web page along with xlstproc, but it is a normal and wanted dependency. I will try to write a test to fail earlier (at configure). The package can be named quite differently in each distribution. I planned to provide Debian and RPM packages but I currently lack the needed infrastructure to build and host them.

mahlzahn commented 10 years ago

You are right, it’s more a suggestion thing with stating it on wep page ;) Thanks.