Rev 90 | Rev 105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 90 | Rev 91 | ||
---|---|---|---|
Line 71... | Line 71... | ||
71 | --stringparam section.label.includes.component.label 1 \ |
71 | --stringparam section.label.includes.component.label 1 \ |
72 | --stringparam chunk.section.depth 0 \ |
72 | --stringparam chunk.section.depth 0 \ |
73 | --stringparam section.autolabel.max.depth 2 \ |
73 | --stringparam section.autolabel.max.depth 2 \ |
74 | --stringparam preferred.mediaobject.role html \ |
74 | --stringparam preferred.mediaobject.role html \ |
75 | --output $(BUILD_HTML_CHUNKED_DIR)index.html $(DOCBOOK_DIR)html/chunk.xsl src/index.xml |
75 | --output $(BUILD_HTML_CHUNKED_DIR)index.html $(DOCBOOK_DIR)html/chunk.xsl src/index.xml |
76 | pdf: dblatex-pdf |
76 | pdf: imgconvert dblatex-pdf |
77 | dblatex-pdf: |
77 | imgconvert: |
78 | cd src/images.vector; ./convert |
78 | cd src/images.vector; ./convert |
- | 79 | dblatex-pdf: |
|
79 | mkdir -p $(BUILD_PDF_DIR) |
80 | mkdir -p $(BUILD_PDF_DIR) |
80 | $(DBLATEX) \ |
81 | $(DBLATEX) \ |
81 | -t pdf -T db2latex -f eps \ |
82 | -t pdf -T db2latex -f eps \ |
82 | -p tools/extra/dblatex-extra.xsl \ |
83 | -p tools/extra/dblatex-extra.xsl \ |
83 | -o $(BUILD_PDF_DIR)HelenOS-doc-design.pdf \ |
84 | -o $(BUILD_PDF_DIR)HelenOS-doc-design.pdf \ |
Line 103... | Line 104... | ||
103 | 104 | ||
104 | distclean: clean |
105 | distclean: clean |
105 | 106 | ||
106 | clean: |
107 | clean: |
107 | rm -rf build |
108 | rm -rf build |
- | 109 | rm -rf src/images.vector/*.pdf |
|
- | 110 | rm -rf src/images.vector/*.eps |