gdritter repos lib-static / 624596d
Fixed typo in Makefile and type in link template Getty Ritter 8 years ago
2 changed file(s) with 1 addition(s) and 2 deletion(s). Collapse all Expand all
7575
7676 $(OUTDIR)/scraps/%/index.html: $(DATADIR)/scraps/% templates/scrap.mustache templates/main.mustache
7777 mkdir -p `dirname $@`
78 bin/link.sh $(DATADIR) $< >$@
78 bin/scrap.sh $(DATADIR) $< >$@
7979
8080 # ------------------------------------------------------------------------------
8181
66 {{#description}}<div class="description">{{description}}</div>{{/description}}
77 {{#name}}<div class="url"><pre><a href="{{url}}">{{url}}</a></pre></div>{{/name}}
88 <div class="permalink"><a href="#{{id}}" onClick="doHighlight('{{id}}')">#{{id}}</a></div>
9 </span>
109 </div>
1110 {{/linklist}}
1211 </div>