summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <ast@2e8.dk>2025-04-19 16:40:59 +0000
committerAsbjørn Sloth Tønnesen <ast@2e8.dk>2025-04-19 17:24:29 +0000
commit53a18387b4d378fec3996d940b0084ad85dca688 (patch)
treea5cfda93c24a5a1c1e1d4b419bdfecee360b2933 /Makefile
parent8f8ca063064eee32c5281b1ee6ff4e5ecff9c23b (diff)
downloadede-53a18387b4d378fec3996d940b0084ad85dca688.tar.gz
ede-53a18387b4d378fec3996d940b0084ad85dca688.tar.xz
ede-53a18387b4d378fec3996d940b0084ad85dca688.zip
initial commit
Signed-off-by: Asbjørn Sloth Tønnesen <ast@2e8.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b34c9ee
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+.PHONY: build publish all
+all: build
+
+pub:
+ mkdir pub
+
+pub/index.html: README.md | pub
+ pandoc -s README.md -o pub/index.html
+
+build: pub/index.html
+ ./gen_canned.sh
+
+publish:
+ rsync -a --delete-after canned/ ede.dn5.dk:canned/
+ rsync -a --delete-after pub/ ede.dn5.dk:pub/