diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |