|
@@ -79,7 +79,7 @@ tmpdir:
|
|
|
|
|
|
validxml: tmpdir
|
|
validxml: tmpdir
|
|
@echo "Processing bootscripts..."
|
|
@echo "Processing bootscripts..."
|
|
- $(Q)bash process-scripts.sh $(RENDERTMP)
|
|
|
|
|
|
+ $(Q)bash process-scripts.sh
|
|
@echo "Validating the book..."
|
|
@echo "Validating the book..."
|
|
$(Q)xmllint --nonet --noent --xinclude --postvalid \
|
|
$(Q)xmllint --nonet --noent --xinclude --postvalid \
|
|
-o $(RENDERTMP)/lfs-full.xml index.xml
|
|
-o $(RENDERTMP)/lfs-full.xml index.xml
|
|
@@ -88,7 +88,7 @@ validxml: tmpdir
|
|
|
|
|
|
maketar:
|
|
maketar:
|
|
@echo "Making tarballs..."
|
|
@echo "Making tarballs..."
|
|
- $(Q)sh make-aux-files.sh $(RENDERTMP)
|
|
|
|
|
|
+ $(Q)sh make-aux-files.sh
|
|
|
|
|
|
profile-html: validxml
|
|
profile-html: validxml
|
|
@echo "Generating profiled XML for XHTML..."
|
|
@echo "Generating profiled XML for XHTML..."
|