aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Kadzban <bryan@linuxfromscratch.org>2009-06-12 05:20:23 +0000
committerBryan Kadzban <bryan@linuxfromscratch.org>2009-06-12 05:20:23 +0000
commit8e66c9dc50b02028e13b713df79810384f041872 (patch)
treeb7925dca4fe32c9aa9d149a1f230af6a2b6e3e24
parent35327219b876344b88c5e2fc3a49590141e694b0 (diff)
Add maketar to the nochunks dependency list, to create the bootscripts and udev-config tarballs for it as well.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd63c4166..d737a7407 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ pdf: validxml
fi;
$(Q)fop $(RENDERTMP)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
-nochunks: validxml profile-html
+nochunks: maketar validxml profile-html
@echo "Generating non chunked XHTML file..."
$(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \
--output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \