fix rebuilding maybe
This commit is contained in:
parent
0163e5f447
commit
e682b9d545
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ $(MAKEPAGES): make-pages/*.hs make-pages/make-pages.cabal
|
|||
find dist-newstyle -name make-pages -executable -type f \
|
||||
-exec cp {} $@ \;
|
||||
|
||||
$(TMPDIR)/galleries.d: $(DATADIR)/galleries.yaml $(MAKEPAGES)
|
||||
$(TMPDIR)/galleries.d: $(DATADIR)/galleries.yaml $(DATADIR) $(MAKEPAGES)
|
||||
echo "[deps] "$@
|
||||
mkdir -p $(dir $@)
|
||||
$(MAKEPAGES) $(MPFLAGS) depend-gallery $< -o $@ \
|
||||
|
|
Loading…
Reference in a new issue