Ken Moffat wrote:
I'm also aware that the LFS editor's guide _might_not_ render any
more (for similar changes to what Andy fixed), but since my old copy
is adequate for the little which I now do there, I don't have any
motivation to investigate.
It renders OK for me, but there are a couple of changes that are needed
in the Makefile.
The directory structure in SVN is:
LFS/trunk/editor-manual
/BOOK
Making the current directory LFS/Trunk/editor-manual, the Makefile
xsltproc line needs to be modified from:
stylesheets/lfs-chunked.xsl
to
../BOOK/stylesheets/lfs-chunked.xsl
The stylesheets in the editor-manual are out of date.
Also, the line
cp /usr/share/xml/docbook/xsl-stylesheets-current/images/*.png \
~/lfs-editors-guide/images
may need updating, but I just did:
pushd /usr/share/xml/docbook/
sudo ln -s xsl-stylesheets-1.77.0 xsl-stylesheets-current
popd
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page