mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
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:
parent
97719418c1
commit
5094344aed
3
Makefile
3
Makefile
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user