mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Some fixes to the wget-list target.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
911e9d573c
commit
5470c67ce1
3
Makefile
3
Makefile
@ -36,7 +36,8 @@ lfs:
|
|||||||
$(MAKE) wget-list
|
$(MAKE) wget-list
|
||||||
|
|
||||||
wget-list:
|
wget-list:
|
||||||
xsltproc --xinclude --nonet stylesheets/wget-list.xsl index.xml > $(BASEDIR)/wget-list
|
mkdir -p $(BASEDIR)
|
||||||
|
xsltproc --xinclude --nonet stylesheets/wget-list.xsl chapter03/chapter03.xml > $(BASEDIR)/wget-list
|
||||||
|
|
||||||
# Uncomment this for testing and stable versions
|
# Uncomment this for testing and stable versions
|
||||||
#pdf:
|
#pdf:
|
||||||
|
Loading…
Reference in New Issue
Block a user