X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/466a17dd8c5626d3c7efe9d977bad3cd8ae881a2..b791db4e54041eef85f573d7cac5aec9325a6379:/Makefile diff --git a/Makefile b/Makefile index d4a1667..7e36abd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SRC := $(filter-out $(wildcard meta_*),$(wildcard *.m4)) OUTPUTS := $(patsubst %.m4,out/%.html,$(SRC)) -STATIC := $(patsubst static/%,out/%,$(wildcard static/*)) +STATIC := $(patsubst static/%,out/%,$(wildcard static/* static/.*)) all: $(OUTPUTS) out/notes.atom out/notes.rss out/style.css $(STATIC)