Changeset ff39de2 for BOOK/Makefile
- Timestamp:
- Jan 1, 2010, 3:53:45 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 16ca115
- Parents:
- bc7834d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
rbc7834d rff39de2 15 15 ppc ppc64 alpha 16 16 17 ARCHS_VD_XML := $(ARCHS:%=%-validate_dump-xml) 17 18 ARCHS_P_XML := $(ARCHS:%=%-profiled-xml) 18 19 … … 63 64 $(PWD)/stylesheets/top-index.xsl $(PWD)/index.xml 64 65 66 $(ARCHS_VD_XML): override validate_dump_xml_arch = $(@:%-validate_dump-xml=%) 67 $(ARCHS_VD_XML): 68 @echo "Validating $(validate_dump_xml_arch) book..." 69 $(Q)xmllint --nonet --noent --xinclude --postvalid \ 70 -o $(RENDERTMP)/$(validate_dump_xml_arch)-full.xml $(PWD)/$(validate_dump_xml_arch)-index.xml 71 65 72 $(ARCHS_P_XML): override profiled_xml_arch = $(@:%-profiled-xml=%) 66 73 $(ARCHS_P_XML): 67 @echo "Validating $(profiled_xml_arch) book..." 68 $(Q)xmllint --nonet --noent --xinclude --postvalid \ 69 -o $(RENDERTMP)/$(profiled_xml_arch)-full.xml $(PWD)/$(profiled_xml_arch)-index.xml 74 @$(MAKE) $(profiled_xml_arch)-validate_dump-xml 70 75 71 76 @echo "Generating profiled $(profiled_xml_arch) book for XHTML..."
Note:
See TracChangeset
for help on using the changeset viewer.