fix dependencies again

This commit is contained in:
Rhiannon Morris 2020-07-22 01:48:08 +02:00
parent 9e9d2d83b7
commit 6f3941e816
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ $(MAKEPAGES): make-pages/*.hs make-pages/make-pages.cabal
-exec cp {} $@ \;
$(TMPDIR)/index.mk: $(DATADIR)/index.yaml $(DATADIR) $(MAKEPAGES)
$(TMPDIR)/index.mk: $(DATADIR)/index.yaml $(YAMLS) $(MAKEPAGES)
echo "[deps] "$@
mkdir -p $(dir $@)
$(MAKEPAGES) $(MPFLAGS) depend-gallery $< -o $@ \