#4607: Makefile does not generate a correct nochuncks book
-----------------------------+----------------------
 Reporter:  pierre.labastie  |      Owner:  lfs-book
     Type:  defect           |     Status:  new
 Priority:  normal           |  Milestone:  9.2
Component:  Book             |    Version:  SVN
 Severity:  normal           |   Keywords:
-----------------------------+----------------------
 Reported by K. Buckley on -dev:
 {{{
 the noChunks book doesn't
 "see" any changes made by aux-file-data.sh and so ends up
 rendering, for example, in Chapter 3's package listing

   LFS-Bootscripts (20191031) - BOOTSCRIPTS-SIZE KB:

 rather than

   LFS-Bootscripts (20191031) - 32 KB:
 }}}
 The fix is very simple, remove the "2" of lfs-html2.xml in the
 instructions:
 {{{
         $(Q)xsltproc --nonet                                \
                 --stringparam rootid "$(ROOT_ID)"      \
                 --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
                 stylesheets/lfs-nochunks.xsl           \
                 $(RENDERTMP)/lfs-html2.xml
 }}}
 But Bruce said this would have some impact on the scripts for rendering
 the book, so this needs some clarification.

--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/4607>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to