never mind, not needed
haldean
4 years ago
20 | 20 |
|
21 | 21 |
index.html: skel-start.html skel-end.html $(docpages)
|
22 | 22 |
./makeindex $(docpages) > $@
|
23 | |
chmod a+r $@
|
24 | 23 |
|
25 | 24 |
$(docpages): %.html: ../../docs/%.txt
|
26 | 25 |
./tohtml $< > $@
|
27 | |
chmod a+r $@
|
28 | 26 |
|
29 | 27 |
clean:
|
30 | 28 |
rm index.html $(docpages) logo.svg favicon.svg favicon.png
|