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