Rev 27 | Rev 82 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 27 | Rev 79 | ||
|---|---|---|---|
| Line 68... | Line 68... | ||
| 68 | --stringparam section.label.includes.component.label 1 \ |
68 | --stringparam section.label.includes.component.label 1 \ |
| 69 | --stringparam chunk.section.depth 0 \ |
69 | --stringparam chunk.section.depth 0 \ |
| 70 | --stringparam section.autolabel.max.depth 2 \ |
70 | --stringparam section.autolabel.max.depth 2 \ |
| 71 | --stringparam preferred.mediaobject.role html \ |
71 | --stringparam preferred.mediaobject.role html \ |
| 72 | --output $(BUILD_HTML_CHUNKED_DIR)index.html $(DOCBOOK_DIR)html/chunk.xsl src/index.xml |
72 | --output $(BUILD_HTML_CHUNKED_DIR)index.html $(DOCBOOK_DIR)html/chunk.xsl src/index.xml |
| - | 73 | pdf: dblatex-pdf |
|
| - | 74 | dblatex-pdf: |
|
| - | 75 | mkdir -p $(BUILD_PDF_DIR) |
|
| 73 | 76 | dblatex \ |
|
| - | 77 | -t pdf -T db2latex -f eps \ |
|
| - | 78 | -p tools/extra/dblatex-extra.xsl \ |
|
| - | 79 | -o $(BUILD_PDF_DIR)HelenOS-doc-design.pdf \ |
|
| - | 80 | src/index.xml |
|
| 74 | pdf: |
81 | fo-pdf: |
| 75 | mkdir -p $(BUILD_PDF_DIR) |
82 | mkdir -p $(BUILD_PDF_DIR) |
| 76 | mkdir -p $(BUILD_PDF_DIR)images.vector |
83 | mkdir -p $(BUILD_PDF_DIR)images.vector |
| 77 | mkdir -p $(BUILD_PDF_DIR)images |
84 | mkdir -p $(BUILD_PDF_DIR)images |
| 78 | cp src/images.vector/* $(BUILD_PDF_DIR)images.vector |
85 | cp src/images.vector/* $(BUILD_PDF_DIR)images.vector |
| 79 | cp src/images/* $(BUILD_PDF_DIR)images |
86 | cp src/images/* $(BUILD_PDF_DIR)images |
| Line 92... | Line 99... | ||
| 92 | 99 | ||
| 93 | distclean: clean |
100 | distclean: clean |
| 94 | 101 | ||
| 95 | clean: |
102 | clean: |
| 96 | rm -rf build |
103 | rm -rf build |
| 97 | - | ||