Use smartquotes and table of contents in generating
README.html. git-svn-id: https://pandoc.googlecode.com/svn/trunk@673 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
d809c663b7
commit
dfdcec77a3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -80,7 +80,7 @@ all: build-program
|
|||
|
||||
# Document process rules.
|
||||
%.html: % $(MAIN)
|
||||
./$(MAIN) -s $< >$@ || rm -f $@
|
||||
./$(MAIN) -s -S --toc $< >$@ || rm -f $@
|
||||
%.tex: % $(MAIN)
|
||||
./$(MAIN) -s -w latex $< >$@ || rm -f $@
|
||||
%.rtf: % $(MAIN)
|
||||
|
|
Loading…
Reference in a new issue