Fix hyperlink to wget-list output in the nochunks HTML output. Fixes #2956.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9658 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2011-11-01 22:02:13 +00:00
parent 97719418c1
commit 5094344aed

View File

@ -71,6 +71,9 @@ nochunks: maketar validxml profile-html
$(Q)bash obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT)
$(Q)sed -i -e "s@text/html@application/xhtml+xml@g" \
$(BASEDIR)/$(NOCHUNKS_OUTPUT)
$(Q)sed -i -e "s@../wget-list@wget-list@" \
$(BASEDIR)/$(NOCHUNKS_OUTPUT)
$(Q)$(MAKE) wget-list
tmpdir:
@echo "Creating and cleaning $(RENDERTMP)"