From a0a4920deaf4ca645cdfee45edf00e614369882f Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 25 May 2023 21:54:37 +0200 Subject: initial commit --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..46919a4 --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +.PHONY: all +all: out/index.html out/feed.ass out/feed.atom + +out/index.html: src/index.sh src/feed.ass + sh $^ > $@ + +out/feed.ass: src/feed.ass + cp $< $@ + +out/feed.atom: src/feed.ass src/atom.sh + sh src/atom.sh < $< > $@ + +out/%.html: src/%.md src/tmpl.html + pandoc --template src/tmpl.html $< -o $@ -- cgit 1.4.1-2-gfad0