aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2023-10-29 15:21:06 +0100
committerRobert Alessi <alessi@robertalessi.net>2023-10-29 15:21:06 +0100
commitbafea457f75e2a1ba70876aef13803e2b7799b7c (patch)
tree0103157c41dec8a32772eaeccb0984223cc7d483 /Makefile
parent58bdee4b160d5973e4f3f23a5d0919c97350e9d8 (diff)
downloadicite-bafea457f75e2a1ba70876aef13803e2b7799b7c.tar.gz
removed -s from pandoc ruleHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1454d5..6ed5806 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ clean:
67 rm -rf * 67 rm -rf *
68 cp -p -r .backup/* . 68 cp -p -r .backup/* .
69 rm -rf .backup 69 rm -rf .backup
70 pandoc -s README.md -o about.html 70 pandoc README.md -o about.html
71 71
72distclean: clean uninst 72distclean: clean uninst
73 73