Changeset 8552
- Timestamp:
- 07/16/08 13:12:53 (2 months ago)
- Files:
-
- trunk/BOOK/Makefile (modified) (2 diffs)
- trunk/BOOK/process-scripts.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/Makefile
r8548 r8552 68 68 $(Q)tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true 69 69 @echo "Running obfuscate.sh..." 70 $(Q) sh obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT)70 $(Q)bash obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT) 71 71 $(Q)sed -i -e "s@text/html@application/xhtml+xml@g" \ 72 72 $(BASEDIR)/$(NOCHUNKS_OUTPUT) … … 80 80 validxml: tmpdir 81 81 @echo "Processing bootscripts..." 82 $(Q) sh process-scripts.sh $(RENDERTMP)82 $(Q)bash process-scripts.sh $(RENDERTMP) 83 83 @echo "Validating the book..." 84 84 $(Q)xmllint --nonet --noent --xinclude --postvalid \ trunk/BOOK/process-scripts.sh
r8549 r8552 1 #!/bin/ sh1 #!/bin/bash 2 2 3 3 # Boot scripts
