diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-02 00:12:31 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-02 00:12:31 +0100 |
| commit | 8987ee1139f6c7f3caddaf923e2dcc937a44bc80 (patch) | |
| tree | 8e554d24e61f5af10e54e3e5ba8f32e8a496aaef /Makefile | |
| parent | 5651307ebd29280585e94191789f210314854caf (diff) | |
| download | quatuorbellefeuille.com-8987ee1139f6c7f3caddaf923e2dcc937a44bc80.tar.xz | |
Fix current page highlighting
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ $(stylesheets): $(OUTDIR)/%: % | $(stylesheets_folders) $(pages): $(OUTDIR)/%.html: %.html %.sh template.html | $(OUTDIR) ./build.sh $< $*.sh $@ -$(members_pages): $(OUTDIR)/%.html: %.in template.html | $(OUTDIR) +$(members_pages): $(OUTDIR)/%.html: %.in build-member.sh template.html | $(OUTDIR) ./build-member.sh $< $@ $(OUTDIR)/quatuor.html: quatuor.md |
