aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10d44fdc1..13829b162 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ all: build-program
%.txt: %
perl -p -e 's/\n/\r\n/' $< > $@ || rm -f $@ # convert to DOS line endings
%.1: %.1.md $(MAIN)
- ./$(MAIN) -s -S -w man $< >$@ || rm -f $@
+ ./$(MAIN) -s -w man $< >$@ || rm -f $@
.PHONY: templates
templates: $(SRCDIR)/templates