mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
process-scripts.sh and make-aux-files.sh don't currently make use of command line parameters.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
77e2988b31
commit
6d13ffb55c
4
Makefile
4
Makefile
@ -79,7 +79,7 @@ tmpdir:
|
||||
|
||||
validxml: tmpdir
|
||||
@echo "Processing bootscripts..."
|
||||
$(Q)bash process-scripts.sh $(RENDERTMP)
|
||||
$(Q)bash process-scripts.sh
|
||||
@echo "Validating the book..."
|
||||
$(Q)xmllint --nonet --noent --xinclude --postvalid \
|
||||
-o $(RENDERTMP)/lfs-full.xml index.xml
|
||||
@ -88,7 +88,7 @@ validxml: tmpdir
|
||||
|
||||
maketar:
|
||||
@echo "Making tarballs..."
|
||||
$(Q)sh make-aux-files.sh $(RENDERTMP)
|
||||
$(Q)sh make-aux-files.sh
|
||||
|
||||
profile-html: validxml
|
||||
@echo "Generating profiled XML for XHTML..."
|
||||
|
Loading…
Reference in New Issue
Block a user