gdritter repos lib-static / master
merge Rosencrantz 2 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Collapse all Expand all
1010
1111 # (We should generate this list another way, but it's unlikely to
1212 # change with any regularity)
13 cats_src=comics fascicles poems stories
13 cats_src=comics fascicles poems stories strophes
1414
1515 # We find all the stuff we want to generate...
1616 quotes_src=$(wildcard $(DATADIR)/quotes/*)
9191 mkdir -p `dirname $@`
9292 bin/category.sh $(DATADIR) $< >$@
9393
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
9595 mkdir -p `dirname $@`
9696 bin/all-categories.sh $(DATADIR) >$@
9797
4040 {{{contents}}}
4141 </div>
4242 <div class="footer">
43 {{copy}}{{^copy}}&copy;2017 Getty Ritter{{/copy}}
43 {{copy}}{{^copy}}&copy;2021 Getty Ritter{{/copy}}
4444 </div>
4545 </div>
4646 </body>