diff options
author | Runxi Yu <me@runxiyu.org> | 2024-12-05 05:09:48 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-12-05 05:09:48 +0800 |
commit | d787e3ec2edb7d4d126ba70d66687f288c7e78b1 (patch) | |
tree | fcc33f5c58d825120e6921c7c3898c79ad6836c9 /Makefile | |
parent | More details about overflow (diff) | |
download | e2-spec-d787e3ec2edb7d4d126ba70d66687f288c7e78b1.tar.gz e2-spec-d787e3ec2edb7d4d126ba70d66687f288c7e78b1.tar.zst e2-spec-d787e3ec2edb7d4d126ba70d66687f288c7e78b1.zip |
Pandoc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
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/ |