Subversion Repositories HelenOS-doc

Compare Revisions

Ignore whitespace Rev 10 → Rev 11

/design/trunk/Makefile
45,7 → 45,7
BUILD_HTML_CHUNKED_DIR = build/html.chunked/
 
 
all: html pdf
all: html htmlchunked pdf
 
build: clean all
 
56,6 → 56,7
xsltproc \
--stringparam section.autolabel 1 \
--stringparam section.label.includes.component.label 1 \
--stringparam section.autolabel.max.depth 3 \
--output $(BUILD_HTML_DIR)index.html $(DOCBOOK_DIR)html/docbook.xsl src/index.xml
htmlchunked:
mkdir -p $(BUILD_HTML_CHUNKED_DIR)
64,6 → 65,8
xsltproc \
--stringparam section.autolabel 1 \
--stringparam section.label.includes.component.label 1 \
--stringparam chunk.section.depth 0 \
--stringparam section.autolabel.max.depth 3 \
--output $(BUILD_HTML_CHUNKED_DIR)index.html $(DOCBOOK_DIR)html/chunk.xsl src/index.xml
 
pdf: