diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-11-01 22:02:13 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-11-01 22:02:13 +0000 |
commit | 5094344aedd64325c0243b95d9ee4136aa737252 (patch) | |
tree | a383f913aa0fd95af0bf860e76e62cad58604bd1 /Makefile | |
parent | 97719418c112b0322a9c671a5ecedeab7de8cc1c (diff) |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)" |