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
This commit is contained in:
fiddlosopher 2007-07-02 02:19:43 +00:00
parent b412492725
commit 6d6fafde16

View file

@ -90,7 +90,7 @@ all: build-program
%.txt: % %.txt: %
perl -p -e 's/\n/\r\n/' $< > $@ || rm -f $@ # convert to DOS line endings perl -p -e 's/\n/\r\n/' $< > $@ || rm -f $@ # convert to DOS line endings
%.1: %.1.md $(MAIN) %.1: %.1.md $(MAIN)
./$(MAIN) -s -S -w man $< >$@ || rm -f $@ ./$(MAIN) -s -w man $< >$@ || rm -f $@
.PHONY: templates .PHONY: templates
templates: $(SRCDIR)/templates templates: $(SRCDIR)/templates