diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-05 19:37:58 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-05 19:37:58 +0000 |
commit | 888d1bbf0b72ae367369ab21561cc0de1c22153b (patch) | |
tree | c47870e206141241accde9faaf08e3d1925b1a32 | |
parent | 43523c35b5d3cbee902937c1fda529046a84df42 (diff) |
Touch up validate Makefile rule.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 |