diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .PHONY: upload README.html: README.md - pandoc -so README.html -c style.css README.md + pandoc --mathml -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/ |