aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 3411a2b..0000000
--- a/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# GNU Make is required
-
-.PHONY: upload default
-
-default: build/language_description.html build/index.html build/style.css
-
-.SUFFIXES: .md .html
-
-build/%.html: %.md
- mkdir -p build
- pandoc --preserve-tabs --mathml -so $@ -c style.css $<
-
-build/%.css: %.css
- mkdir -p build
- cp $< $@
-
-upload:
- rsync --delete-after --recursive --mkpath build/ runxiyu.org:/var/www/docs/e2/