On 25.3.2019. 21:36, Bruce Dubbs via blfs-dev wrote:
On 3/25/19 2:27 PM, Armin K. via blfs-dev wrote:
On 23.3.2019. 10:24, Pierre Labastie via blfs-dev wrote:
Maybe, we could just remove the --nonet from the xsltproc commands in
man/meson.build. Then man page generation would entail some network
access,
but my guess is that it would build (not tried).
We could also install the namespaced versions, with the appropriate xml
catalog entries... Depends on how many packages need the namespaces,
but this
number is likely to increase in the future.
Pierre
You are right, sourceforge.net is the correct URL. I even used that in
my install file [1]. The two lines above are from BLFS book, they looked
identical to the ones below. Even without docbook 5, you can build
colord man pages with the xslt commands below (note that xsl-current in
my install is a symlink, I hate playing with versions in .install files).
[1]
https://github.com/elkrejzi/pacman/blob/master/pkgbuild/docbook-xsl/docbook-xsl.install
For now we could add this to the docbook-xsl-nons-1.79.2 page:
xmlcatalog --noout --add "rewriteSystem" \
"http://docbook.sourceforge.net/release/xsl-ns/current" \
"/usr/share/xml/docbook/xsl-stylesheets-current" /etc/xml/catalog
xmlcatalog --noout --add "rewriteURI" \
"http://docbook.sourceforge.net/release/xsl-ns/current" \
"/usr/share/xml/docbook/xsl-stylesheets-current" /etc/xml/catalog
cd /usr/share/xml/docbook/
ln -s xsl-stylesheets-nons-1.79.2 xsl-stylesheets-current
The question is, should we?
-- Bruce
Don't need the current symlink. You could simply use &version, as used
for others. As for should, why not? See no downside.
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page