summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven <steven.vasilogianis@gmail.com>2022-03-18 16:14:23 -0400
committerSteven <steven.vasilogianis@gmail.com>2022-03-18 16:14:23 -0400
commite3464480364fc4001d7182cb9fdd87e20ee12240 (patch)
tree04a138c60839587d195b65ad1ae1ce6f67800e80
parent2c34ab53a1f9bbfdeb0a7a9108547d0a0709254e (diff)
add a title to README.html
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4275aa8..e6e74f2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1README.html: pandoc.css README.md 1README.html: pandoc.css README.md
2 pandoc --standalone --css=$^ -o $@ 2 pandoc --standalone --css=$^ --metadata title="Parametric Cubbies" -o $@
3 cp README.html svasilogianis.github.io/index.html 3 cp README.html ../svasilogianis.github.io/index.html
4 4
5stls: reference-stls test-fit-stls 5stls: reference-stls test-fit-stls
6 6