diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2009-06-12 05:20:23 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2009-06-12 05:20:23 +0000 |
commit | 8e66c9dc50b02028e13b713df79810384f041872 (patch) | |
tree | b7925dca4fe32c9aa9d149a1f230af6a2b6e3e24 /Makefile | |
parent | 35327219b876344b88c5e2fc3a49590141e694b0 (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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) \ |