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