From d787e3ec2edb7d4d126ba70d66687f288c7e78b1 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 5 Dec 2024 05:09:48 +0800 Subject: Pandoc --- 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..579aa92 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: upload + +README.html: README.md + pandoc -so README.html -c style.css README.md + +upload: README.html style.css + rsync --mkpath README.html style.css runxiyu.org:/var/www/docs/e2/ -- cgit v1.2.3