Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 114 | ||
|---|---|---|---|
| Line 92... | Line 92... | ||
| 92 | --stringparam section.autolabel 1 \ |
92 | --stringparam section.autolabel 1 \ |
| 93 | --stringparam section.label.includes.component.label 1 \ |
93 | --stringparam section.label.includes.component.label 1 \ |
| 94 | --stringparam section.autolabel.max.depth 2 \ |
94 | --stringparam section.autolabel.max.depth 2 \ |
| 95 | --stringparam body.font.master 12 \ |
95 | --stringparam body.font.master 12 \ |
| 96 | --stringparam preferred.mediaobject.role fop \ |
96 | --stringparam preferred.mediaobject.role fop \ |
| 97 | --output $(BUILD_PDF_DIR)index.fo $(DOCBOOK_DIR)fo/docbook.xsl src/index.xml |
97 | --output $(BUILD_PDF_DIR)index.fo $(DOCBOOK_DIR)fo/docbook.xsl src/index.xml |
| 98 | 98 | ||
| 99 | $(FOP) -q -fo $(BUILD_PDF_DIR)index.fo -pdf $(BUILD_PDF_DIR)index.pdf |
99 | $(FOP) -q -fo $(BUILD_PDF_DIR)index.fo -pdf $(BUILD_PDF_DIR)index.pdf |
| 100 | imgconvert: |
100 | imgconvert: |
| 101 | cd src/images; ./convert |
101 | cd src/images; ./convert |
| 102 | 102 | ||