diff options
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |