From 758f808544b19cfeee8fba9da045d06bd3357ea7 Mon Sep 17 00:00:00 2001 From: patrick-scho Date: Sun, 13 Jul 2025 13:10:03 +0200 Subject: replace adoc with md, add Makefile --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9157f44 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: + pandoc -t revealjs --standalone pres.md -o pres_md.html + +embed: + pandoc -t revealjs --standalone --embed-resources pres.md -o pres_md.html + +.PHONS: all embed -- cgit v1.2.3