Changeset a5e2198


Ignore:
Timestamp:
Jun 2, 2014, 12:33:55 AM (10 years ago)
Author:
Chris Staub <chris@…>
Parents:
509df0f
Message:

Update

Location:
BOOK
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r509df0f ra5e2198  
    8080          $(VALIDATEDIR)/$(arch)-full.xml
    8181
     82ARCHS_P_SIMP_XML := $(ARCHS:%=%-profiled-simp-xml)
     83.PHONY: $(ARCHS_P_SIMP_XML)
     84$(ARCHS_P_SIMP_XML): override arch = $(@:%-profiled-simp-xml=%)
     85$(ARCHS_P_SIMP_XML):
     86        @echo "Generating profiled $(arch) book..."
     87        $(Q)mkdir -p $(PROFILEDIR)
     88        $(Q)xsltproc -v --nonet \
     89          --stringparam clfs.arch $(ARCH) \
     90          --output $(PROFILEDIR)/$(arch)-html.xml \
     91          $(TOP)/stylesheets/clfsexpansion.xsl \
     92          $(TOP)/$(arch)-index.xml
     93
    8294ARCHS_HTML := $(ARCHS:%=%-html)
    8395.PHONY: html render $(ARCHS_HTML)
     
    8597$(ARCHS_HTML): override arch = $(@:%-html=%)
    8698$(ARCHS_HTML):
    87         @$(MAKE) --no-print-directory $(arch)-profiled-xml
     99        @$(MAKE) --no-print-directory $(arch)-profiled-simp-xml
    88100
    89101        @echo "Rendering chunked XHTML of $(arch)..."
Note: See TracChangeset for help on using the changeset viewer.