Rev 82 | Rev 91 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 82 | Rev 90 | ||
---|---|---|---|
Line 73... | Line 73... | ||
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: dblatex-pdf |
77 | dblatex-pdf: |
77 | dblatex-pdf: |
- | 78 | cd src/images.vector; ./convert |
|
78 | mkdir -p $(BUILD_PDF_DIR) |
79 | mkdir -p $(BUILD_PDF_DIR) |
79 | $(DBLATEX) \ |
80 | $(DBLATEX) \ |
80 | -t pdf -T db2latex -f eps \ |
81 | -t pdf -T db2latex -f eps \ |
81 | -p tools/extra/dblatex-extra.xsl \ |
82 | -p tools/extra/dblatex-extra.xsl \ |
82 | -o $(BUILD_PDF_DIR)HelenOS-doc-design.pdf \ |
83 | -o $(BUILD_PDF_DIR)HelenOS-doc-design.pdf \ |