aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-12-04 10:08:02 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-12-04 10:08:02 +0000
commit5470c67ce1090bd011b2b99293562370721443f7 (patch)
treeb3960762825d8658d5e3ddba4a96480fa2737f6a /Makefile
parent911e9d573cbc00ba10b163f03c1de2622e4866fd (diff)
Some fixes to the wget-list target.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 88c7d9a9d..8e384012c 100644
--- a/Makefile
+++ b/Makefile
@@ -32,11 +32,12 @@ lfs:
sh obfuscate.sh $$filename; \
sed -i -e "s@text/html@application/xhtml+xml@g" $$filename; \
done;
-
+
$(MAKE) 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
#pdf: