Use -S option in building man pages.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@643 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
3f3c29f9a4
commit
dc7102eec3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue