Re: [systemd-devel] XSLT error compiling systemd

2015-12-12 Thread Andrew Thompson
That was the tip I needed, thanks. I ran the command: sudo yum install docbook-style-xsl (which translated to the more modern "dnf instsall docbook-style-xsl") After that it worked fine. Thanks again! ~Andrew On Sat, Dec 12, 2015 at 3:14 AM, David Herrmann wrote: > > Hi > > On Sat, Dec 12, 201

Re: [systemd-devel] XSLT error compiling systemd

2015-12-12 Thread David Herrmann
Hi On Sat, Dec 12, 2015 at 8:43 AM, Andrew Thompson wrote: > With a new install of Fedora server, I'm having trouble building systemd > documentation. It's driving me crazy. > > I've been able to fix this problem by editing the Makefile by hand, and > removing the "--no-net" flag from the XSLT bu

[systemd-devel] XSLT error compiling systemd

2015-12-11 Thread Andrew Thompson
With a new install of Fedora server, I'm having trouble building systemd documentation. It's driving me crazy. I've been able to fix this problem by editing the Makefile by hand, and removing the "--no-net" flag from the XSLT build command, but that is less than ideal. Has anyone run into this pro