mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01: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)bash obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT)
|
||||||
$(Q)sed -i -e "s@text/html@application/xhtml+xml@g" \
|
$(Q)sed -i -e "s@text/html@application/xhtml+xml@g" \
|
||||||
$(BASEDIR)/$(NOCHUNKS_OUTPUT)
|
$(BASEDIR)/$(NOCHUNKS_OUTPUT)
|
||||||
|
$(Q)sed -i -e "s@../wget-list@wget-list@" \
|
||||||
|
$(BASEDIR)/$(NOCHUNKS_OUTPUT)
|
||||||
|
$(Q)$(MAKE) wget-list
|
||||||
|
|
||||||
tmpdir:
|
tmpdir:
|
||||||
@echo "Creating and cleaning $(RENDERTMP)"
|
@echo "Creating and cleaning $(RENDERTMP)"
|
||||||
|
Loading…
Reference in New Issue
Block a user