print filename when making index

This commit is contained in:
Rhiannon Morris 2020-07-18 11:44:43 +02:00
parent ea6cb36fc4
commit 575058d30a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ $(TMPDIR)/%_small.png: %.svg
$(call inkscape,16)
$(BUILDDIR)/index.html: $(DATADIR)/galleries.yaml $(MAKEPAGES)
echo "[index]"
echo "[index] "$@
mkdir -p $(dir $@)
$(MAKEPAGES) $(MPFLAGS) index $< -o $@