Changeset ff39de2


Ignore:
Timestamp:
Jan 1, 2010, 3:53:45 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
16ca115
Parents:
bc7834d
Message:

Split the validate dump part of the render into its own make target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    rbc7834d rff39de2  
    1515                   ppc ppc64 alpha
    1616
     17ARCHS_VD_XML    := $(ARCHS:%=%-validate_dump-xml)
    1718ARCHS_P_XML     := $(ARCHS:%=%-profiled-xml)
    1819
     
    6364          $(PWD)/stylesheets/top-index.xsl $(PWD)/index.xml
    6465
     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
    6572$(ARCHS_P_XML): override profiled_xml_arch = $(@:%-profiled-xml=%)
    6673$(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
    7075
    7176        @echo "Generating profiled $(profiled_xml_arch) book for XHTML..."
Note: See TracChangeset for help on using the changeset viewer.