1
0
mirror of https://git.linuxfromscratch.org/lfs.git synced 2025-06-22 05:09:24 +01:00

Touch up validate Makefile rule.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2008-10-05 19:37:58 +00:00
parent 43523c35b5
commit 888d1bbf0b

View File

@ -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