OUTPUTS := $(patsubst %.m4,out/%.html,$(SRC))
STATIC := $(patsubst static/%,out/%,$(wildcard static/*))
all: $(OUTPUTS) out/notes.atom out/notes.rss out/style.css $(STATIC)
OUTPUTS := $(patsubst %.m4,out/%.html,$(SRC))
STATIC := $(patsubst static/%,out/%,$(wildcard static/*))
all: $(OUTPUTS) out/notes.atom out/notes.rss out/style.css $(STATIC)