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:
fiddlosopher 2007-07-11 07:28:12 +00:00
parent d809c663b7
commit dfdcec77a3

View file

@ -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)