print filename when making index

This commit is contained in:
Rhiannon Morris 2020-07-18 11:44:43 +02:00
parent ea6cb36fc4
commit 575058d30a

View file

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