aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 393640779..f19cc5bd7 100644
--- a/Makefile
+++ b/Makefile
@@ -107,11 +107,8 @@ dump-commands: validxml
$(Q)xsltproc --output $(DUMPDIR)/ \
stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml
-validate:
- @echo "Processing bootscripts..."
- $(Q)bash process-scripts.sh $(RENDERTMP)
- @echo "Validating the book..."
- $(Q)xmllint --noout --nonet --xinclude --postvalid index.xml
+validate: validxml
+ @echo "Validation complete."
all: lfs nochunks pdf dump-commands