Skip to content

Commit

Permalink
clarify pandoc version message
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Jul 18, 2015
1 parent 7729199 commit f85ce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ PDF=$(SRC:.md=.pdf)
HTML=$(SRC:.md=.html)

all: ffv1.html ffv1.pdf
@echo "Propering PDF and HTML rendering has been tested with requires pandoc version 1.13.2.1 and higher."
@echo "PDF and HTML rendering has been tested with pandoc version 1.13.2.1, some older versions are known to produce very poor output, please ensure your pandoc is recent enough."

ffv1.html: ffv1.md
pandoc --toc --mathml -s --number-sections -c "http://elyxer.nongnu.org/lyx.css" -o "$@" "$<"
Expand Down

0 comments on commit f85ce05

Please sign in to comment.