summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eb50955..f55adea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
all:
- pandoc -c style.css -s -o index.html index.md
- pandoc -c style.css -s -o about.html about.md
+ pandoc -c style.css -V title:"" -s --to=html --metadata title=listout -o index.html index.md
+ pandoc -c style.css -V title:"" -s --to=html --metadata title=about -o ~about about.md
clean:
rm -fr *.html
+ rm -fr ./~about