diff options
author | Robert Alessi <alessi@robertalessi.net> | 2023-10-29 15:21:06 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2023-10-29 15:21:06 +0100 |
commit | bafea457f75e2a1ba70876aef13803e2b7799b7c (patch) | |
tree | 0103157c41dec8a32772eaeccb0984223cc7d483 /Makefile | |
parent | 58bdee4b160d5973e4f3f23a5d0919c97350e9d8 (diff) | |
download | icite-bafea457f75e2a1ba70876aef13803e2b7799b7c.tar.gz |
removed -s from pandoc rule
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
72 | distclean: clean uninst | 72 | distclean: clean uninst |
73 | 73 | ||