- Timestamp:
- Mar 7, 2011, 12:28:36 PM (14 years ago)
- Branches:
- master
- Children:
- ead8566
- Parents:
- 19b9fca
- git-author:
- Andrew Bradford <bradfa@…> (02/27/11 21:43:06)
- git-committer:
- Andrew Bradford <bradfa@…> (03/07/11 12:28:36)
- Location:
- BOOK
- Files:
-
- 12 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r19b9fca r64df749 60 60 @echo "Validating $(arch) book..." 61 61 $(Q)mkdir -p $(VALIDATEDIR) 62 $(Q)xmllint --nonet --noent --xinclude --postvalid \ 62 $(Q)xmllint --nonet --noent --xinclude \ 63 --relaxng $(TOP)/schema/docbook/4.5/rng/docbook.rng \ 63 64 -o $(VALIDATEDIR)/$(arch)-full.xml \ 64 65 $(PWD)/$(arch)-index.xml … … 149 150 $(ARCHS_VALIDATE): 150 151 @echo "Validating $(arch)..." 151 $(Q)xmllint --xinclude --noout \152 -- nonet --postvalid\152 $(Q)xmllint --xinclude --noout --nonet \ 153 --relaxng $(TOP)/schema/docbook/4.5/rng/docbook.rng \ 153 154 $(PWD)/$(arch)-index.xml 154 155 … … 160 161 @echo "Troubleshooting $(arch)..." 161 162 @mkdir -p $(TROUBLEDIR) 162 $(Q)xmllint --xinclude --nonet --postvalid \ 163 $(Q)xmllint --xinclude --nonet \ 164 --relaxng $(TOP)/schema/docbook/4.5/rng/docbook.rng \ 163 165 -o $(TROUBLEDIR)/dump-$(arch) \ 164 166 $(PWD)/$(arch)-index.xml 165 $(Q)xmllint --xinclude --noout --nonet --valid \ 167 $(Q)xmllint --xinclude --noout --nonet \ 168 --relaxng $(TOP)/schema/docbook/4.5/rng/docbook.rng \ 166 169 $(TROUBLEDIR)/dump-$(arch) 167 170 @echo "You can now look at $(TROUBLEDIR)/dump-$(arch) to see the errors"
Note:
See TracChangeset
for help on using the changeset viewer.