aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-12-05 05:09:48 +0800
committerRunxi Yu <me@runxiyu.org>2024-12-05 05:09:48 +0800
commitd787e3ec2edb7d4d126ba70d66687f288c7e78b1 (patch)
treefcc33f5c58d825120e6921c7c3898c79ad6836c9 /Makefile
parentMore details about overflow (diff)
downloade2-spec-d787e3ec2edb7d4d126ba70d66687f288c7e78b1.tar.gz
e2-spec-d787e3ec2edb7d4d126ba70d66687f288c7e78b1.tar.zst
e2-spec-d787e3ec2edb7d4d126ba70d66687f288c7e78b1.zip
Pandoc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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/