mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 21:29:23 +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:
parent
43523c35b5
commit
888d1bbf0b
7
Makefile
7
Makefile
@ -107,11 +107,8 @@ dump-commands: validxml
|
|||||||
$(Q)xsltproc --output $(DUMPDIR)/ \
|
$(Q)xsltproc --output $(DUMPDIR)/ \
|
||||||
stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml
|
stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml
|
||||||
|
|
||||||
validate:
|
validate: validxml
|
||||||
@echo "Processing bootscripts..."
|
@echo "Validation complete."
|
||||||
$(Q)bash process-scripts.sh $(RENDERTMP)
|
|
||||||
@echo "Validating the book..."
|
|
||||||
$(Q)xmllint --noout --nonet --xinclude --postvalid index.xml
|
|
||||||
|
|
||||||
all: lfs nochunks pdf dump-commands
|
all: lfs nochunks pdf dump-commands
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user