Rev 3 | Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3 | Rev 5 | ||
|---|---|---|---|
| Line 49... | Line 49... | ||
| 49 | 49 | ||
| 50 | build: clean all |
50 | build: clean all |
| 51 | 51 | ||
| 52 | html: |
52 | html: |
| 53 | mkdir -p $(BUILD_HTML_DIR) |
53 | mkdir -p $(BUILD_HTML_DIR) |
| - | 54 | cp -R src/images $(BUILD_HTML_DIR) |
|
| 54 | xsltproc --output $(BUILD_HTML_DIR)index.html $(DOCBOOK_DIR)html/docbook.xsl src/index.xml |
55 | xsltproc --output $(BUILD_HTML_DIR)index.html $(DOCBOOK_DIR)html/docbook.xsl src/index.xml |
| 55 | 56 | ||
| 56 | pdf: |
57 | pdf: |
| 57 | mkdir -p $(BUILD_PDF_DIR) |
58 | mkdir -p $(BUILD_PDF_DIR) |
| - | 59 | cp -R src/images $(BUILD_PDF_DIR) |
|
| 58 | xsltproc --output $(BUILD_PDF_DIR)index.fo $(DOCBOOK_DIR)fo/docbook.xsl src/index.xml |
60 | xsltproc --output $(BUILD_PDF_DIR)index.fo $(DOCBOOK_DIR)fo/docbook.xsl src/index.xml |
| 59 | 61 | ||
| 60 | $(FOP) -q -fo $(BUILD_PDF_DIR)index.fo -pdf $(BUILD_PDF_DIR)index.pdf |
62 | $(FOP) -q -fo $(BUILD_PDF_DIR)index.fo -pdf $(BUILD_PDF_DIR)index.pdf |
| 61 | 63 | ||
| 62 | distclean: clean |
64 | distclean: clean |