rename makefiles to blah.mk
This commit is contained in:
parent
493f176ea1
commit
0ffebd2a00
2 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -39,13 +39,13 @@ $(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 $(DATADIR) $(MAKEPAGES)
|
||||
$(TMPDIR)/galleries.mk: $(DATADIR)/galleries.yaml $(DATADIR) $(MAKEPAGES)
|
||||
echo "[deps] "$@
|
||||
mkdir -p $(dir $@)
|
||||
$(MAKEPAGES) $(MPFLAGS) depend-gallery $< -o $@ \
|
||||
-B $(BUILDDIR) -D $(DATADIR) -T $(TMPDIR) -I $(INFONAME)
|
||||
|
||||
-include $(TMPDIR)/galleries.d
|
||||
-include $(TMPDIR)/galleries.mk
|
||||
|
||||
.PHONY: clean distclean
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue