1
0
Fork 0

Added tools/page-parse to dep for generated pages to force rebuild

website
Mike Gerwitz 2012-05-05 23:48:10 -04:00
parent 95c57096e9
commit a25961a088
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $(outdir)/scripts/%.js: scripts/%.js | $(outdir)
$(outdir)/images/%.png: images/%.png | $(outdir)
cp -r $< $@
$(outdir)/%.html: %.html $(header) $(footer) | $(outdir)
$(outdir)/%.html: %.html $(header) $(footer) tools/page-parse | $(outdir)
cat $(header) \
| sed 's/\(<body\)/\1 class="$*"/' \
| cat - $< $(footer) \