aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-08 03:22:00 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-08 03:22:00 +0000
commitdc7102eec37bc1afc1152e0e3d6e847bf40b54df (patch)
tree075fd990072354295a002788b5f711d2793f6ed8 /Makefile
parent3f3c29f9a4217ef4fc2df6e63bf22cd78640e907 (diff)
downloadpandoc-dc7102eec37bc1afc1152e0e3d6e847bf40b54df.tar.gz
Use -S option in building man pages.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@643 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 4e15055d6..c32b0b7ec 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 -w man $< >$@ || rm -f $@
+ ./$(MAIN) -s -S -w man $< >$@ || rm -f $@
.PHONY: templates
templates: $(SRCDIR)/templates