diff --git a/Makefile b/Makefile index d6139f5..142ce2c 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ MEDH := 1200 MAKEPAGES := $(TMPDIR)/make-pages -YAMLS != find $(DATADIR) -name $(INFONAME) +YAMLS != find -L $(DATADIR) -name $(INFONAME) SCRIPTS != find script -name '*.js' STYLES != find style -name '*.css' @@ -73,7 +73,7 @@ $(TMPDIR)/index.mk: $(DATADIR)/index.yaml $(YAMLS) $(MAKEPAGES) NODEPS := mostlyclean clean distclean list-tags GOALS := $(if $(strip $(MAKECMDGOALS)),$(strip $(MAKECMDGOALS)),all) ifneq ($(filter-out $(NODEPS),$(GOALS)),) --include $(TMPDIR)/index.mk +include $(TMPDIR)/index.mk endif