Changeset 8573
- Timestamp:
- 10/05/08 13:37:58 (2 months ago)
- Files:
-
- trunk/BOOK/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/Makefile
r8563 r8573 108 108 stylesheets/dump-commands.xsl $(RENDERTMP)/lfs-full.xml 109 109 110 validate: 111 @echo "Processing bootscripts..." 112 $(Q)bash process-scripts.sh $(RENDERTMP) 113 @echo "Validating the book..." 114 $(Q)xmllint --noout --nonet --xinclude --postvalid index.xml 110 validate: validxml 111 @echo "Validation complete." 115 112 116 113 all: lfs nochunks pdf dump-commands
