comparison: docs/src/Makefile
docs/src/Makefile
- changeset 268
- 00e88487a654
- parent 267
- f4789572c9d6
equal
deleted
inserted
replaced
| 33 SRC += install.md |
33 SRC += install.md |
| 34 SRC += license.md |
34 SRC += license.md |
| 35 SRC += modules.md |
35 SRC += modules.md |
| 36 |
36 |
| 37 DEST = ../web |
37 DEST = ../web |
| 38 DEST_MAN = ../man |
|
| 39 |
38 |
| 40 PROJROOT = ../.. |
39 PROJROOT = ../.. |
| 41 LOGO = uaplogo.png |
40 LOGO = uaplogo.png |
| 42 |
41 |
| 43 HTML = $(SRC:%.md=$(DEST)/%.html) |
42 HTML = $(SRC:%.md=$(DEST)/%.html) |
| 62 |
61 |
| 63 $(DEST)/$(LOGO): $(PROJROOT)/$(LOGO) |
62 $(DEST)/$(LOGO): $(PROJROOT)/$(LOGO) |
| 64 cp $< $@ |
63 cp $< $@ |
| 65 |
64 |
| 66 clean: |
65 clean: |
| 67 rm -Rf $(DEST) $(DEST_MAN) |
66 rm -Rf $(DEST) |