﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
4607	Makefile does not generate a correct nochuncks book	Pierre Labastie	lfs-book	"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."	defect	closed	normal	10.0	Book	SVN	normal	fixed		
