comparison: docs/src/Makefile
docs/src/Makefile
- changeset 267
- f4789572c9d6
- parent 259
- 2f5dea574a75
- child 268
- 00e88487a654
equal
deleted
inserted
replaced
28 |
28 |
29 PD=pandoc |
29 PD=pandoc |
30 PFLAGS=-c ucx.css -B header.html -A footer.html -T 'UAP Common Extensions' |
30 PFLAGS=-c ucx.css -B header.html -A footer.html -T 'UAP Common Extensions' |
31 |
31 |
32 SRC = index.md |
32 SRC = index.md |
33 SRC += examples.md |
|
34 SRC += install.md |
33 SRC += install.md |
35 SRC += license.md |
34 SRC += license.md |
36 SRC += modules.md |
35 SRC += modules.md |
37 |
36 |
38 DEST = ../web |
37 DEST = ../web |