print filename when making index
This commit is contained in:
parent
ea6cb36fc4
commit
575058d30a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue