aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-03-02 21:20:51 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-03-02 21:20:51 +0000
commit85ce0fcaeb0eadaefd2620ce56a92db1c7c1985b (patch)
treef60f3de75a9e7c9c251139f64944bd5b2b24e297 /Makefile
parentd9447c15c151ab1e46796bf069545a4fb521e3b0 (diff)
Ensure nochunks handles fixups properly
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9183ca5b8..6f076f001 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,8 @@ nochunks: validate profile-html
--stringparam rootid "$(ROOT_ID)" \
--output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
stylesheets/lfs-nochunks.xsl \
- $(RENDERTMP)/lfs-html2.xml
+ $(RENDERTMP)/lfs-full.xml
+# $(RENDERTMP)/lfs-html2.xml
@echo "Running Tidy..."
$(Q)tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true