fix dependencies again
This commit is contained in:
parent
9e9d2d83b7
commit
6f3941e816
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -56,7 +56,7 @@ $(MAKEPAGES): make-pages/*.hs make-pages/make-pages.cabal
|
||||||
-exec cp {} $@ \;
|
-exec cp {} $@ \;
|
||||||
|
|
||||||
|
|
||||||
$(TMPDIR)/index.mk: $(DATADIR)/index.yaml $(DATADIR) $(MAKEPAGES)
|
$(TMPDIR)/index.mk: $(DATADIR)/index.yaml $(YAMLS) $(MAKEPAGES)
|
||||||
echo "[deps] "$@
|
echo "[deps] "$@
|
||||||
mkdir -p $(dir $@)
|
mkdir -p $(dir $@)
|
||||||
$(MAKEPAGES) $(MPFLAGS) depend-gallery $< -o $@ \
|
$(MAKEPAGES) $(MPFLAGS) depend-gallery $< -o $@ \
|
||||||
|
|
Loading…
Reference in a new issue