diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -34,9 +34,8 @@ $(images): $(OUTDIR)/%: % | $(images_folders) $(stylesheets): $(OUTDIR)/%: % | $(stylesheets_folders) cp $< $@ -# TODO: optional dependency to .sh template parameters. -$(pages): $(OUTDIR)/%.html: %.html template.html | $(OUTDIR) - ./build.sh $< $@ +$(pages): $(OUTDIR)/%.html: %.html %.sh template.html | $(OUTDIR) + ./build.sh $< $*.sh $@ $(OUTDIR)/quatuor.html: quatuor.md |
