From 8e66c9dc50b02028e13b713df79810384f041872 Mon Sep 17 00:00:00 2001 From: Bryan Kadzban Date: Fri, 12 Jun 2009 05:20:23 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- cgit v1.2.3-54-g00ecf