aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-02 02:19:43 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-02 02:19:43 +0000
commit6d6fafde1686f9cf4d618d2137b5c7ac83bd89ae (patch)
tree6e9f763d8b3f550935341a046af2d0f3c8c5e50e /Makefile
parentb412492725fb628734ccf2297bc303088cc7059e (diff)
downloadpandoc-6d6fafde1686f9cf4d618d2137b5c7ac83bd89ae.tar.gz
Don't use -S option in processing man pages,
since the '--' in options will be read as an En-dash. git-svn-id: https://pandoc.googlecode.com/svn/trunk@611 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-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