merge
Rosencrantz
4 years ago
| 10 | 10 | |
| 11 | 11 | # (We should generate this list another way, but it's unlikely to |
| 12 | 12 | # change with any regularity) |
| 13 |
cats_src=comics fascicles poems stories |
|
| 13 | cats_src=comics fascicles poems stories strophes | |
| 14 | 14 | |
| 15 | 15 | # We find all the stuff we want to generate... |
| 16 | 16 | quotes_src=$(wildcard $(DATADIR)/quotes/*) |
| 91 | 91 | mkdir -p `dirname $@` |
| 92 | 92 | bin/category.sh $(DATADIR) $< >$@ |
| 93 | 93 | |
| 94 |
$(OUTDIR)/category/index.html: templates/list.mustache templates/main.mustache |
|
| 94 | $(OUTDIR)/category/index.html: templates/list.mustache templates/main.mustache $(DATADIR)/works.json | |
| 95 | 95 | mkdir -p `dirname $@` |
| 96 | 96 | bin/all-categories.sh $(DATADIR) >$@ |
| 97 | 97 | |