Fixed typo in Makefile and type in link template
Getty Ritter
9 years ago
75 | 75 |
|
76 | 76 |
$(OUTDIR)/scraps/%/index.html: $(DATADIR)/scraps/% templates/scrap.mustache templates/main.mustache
|
77 | 77 |
mkdir -p `dirname $@`
|
78 | |
bin/link.sh $(DATADIR) $< >$@
|
| 78 |
bin/scrap.sh $(DATADIR) $< >$@
|
79 | 79 |
|
80 | 80 |
# ------------------------------------------------------------------------------
|
81 | 81 |
|
6 | 6 |
{{#description}}<div class="description">{{description}}</div>{{/description}}
|
7 | 7 |
{{#name}}<div class="url"><pre><a href="{{url}}">{{url}}</a></pre></div>{{/name}}
|
8 | 8 |
<div class="permalink"><a href="#{{id}}" onClick="doHighlight('{{id}}')">#{{id}}</a></div>
|
9 | |
</span>
|
10 | 9 |
</div>
|
11 | 10 |
{{/linklist}}
|
12 | 11 |
</div>
|