- Timestamp:
- Jul 24, 2007, 4:53:59 PM (17 years ago)
- Branches:
- master
- Children:
- 9642843
- Parents:
- 00b1e11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r00b1e11 ra6966fa 68 68 69 69 @echo "Rendering chunked XHTML of $(html_arch)..." 70 $(Q)mkdir -p $(BASEDIR)/$(html_arch) 70 71 $(Q)xsltproc --nonet -stringparam chunk.quietly $(CHUNK_QUIET) \ 71 72 -stringparam rootid "$(ROOT_ID)" \ … … 96 97 97 98 @echo "Rendering Single File HTML of $(nochunk_arch)..." 99 $(Q)mkdir -p $(BASEDIR) 98 100 $(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \ 99 101 --output $(BASEDIR)/CLFS-EMBEDDED-$(nochunk_arch).html \ … … 128 130 129 131 @echo "Rendering PDF of $(pdf_arch)..." 132 $(Q)mkdir -p $(BASEDIR) 130 133 $(Q)fop $(RENDERTMP)/$(pdf_arch).fo $(BASEDIR)/CLFS-EMBEDDED-$(pdf_arch).pdf 131 134 … … 137 140 $(Q)xmllint --xinclude --noout --nonet --postvalid $(PWD)/$(validate_arch)-index.xml 138 141 139 trouble: $(ARCHS_TROUBLE)142 trouble: tmpdir $(ARCHS_TROUBLE) 140 143 141 144 $(ARCHS_TROUBLE): override trouble_arch = $(@:%$(S)trouble=%) … … 152 155 $(ARCHS_DUMP): 153 156 @echo "Extracting commands from $(dump_arch)..." 157 $(Q)mkdir -p $(DUMPDIR)/$(dump_arch) 154 158 $(Q)xsltproc --xinclude --nonet --output $(DUMPDIR)/$(dump_arch)/ \ 155 159 $(PWD)/stylesheets/dump-commands.xsl $(PWD)/$(dump_arch)-index.xml … … 160 164 $(ARCHS_DLLIST): 161 165 @echo "Creating download list for $(dllist_arch)..." 166 $(Q)mkdir -p $(DLLISTDIR) 162 167 $(Q)xsltproc --xinclude --nonet --output $(DLLISTDIR)/$(dllist_arch).dl.list \ 163 168 $(PWD)/stylesheets/wget.xsl $(PWD)/$(dllist_arch)-index.xml
Note:
See TracChangeset
for help on using the changeset viewer.