From bafea457f75e2a1ba70876aef13803e2b7799b7c Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 29 Oct 2023 15:21:06 +0100 Subject: removed -s from pandoc rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b1454d5..6ed5806 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ clean: rm -rf * cp -p -r .backup/* . rm -rf .backup - pandoc -s README.md -o about.html + pandoc README.md -o about.html distclean: clean uninst -- cgit v1.2.3