Skip to content

Commit

Permalink
Use Github style markdown for README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <christian@python.org>
  • Loading branch information
tiran committed Apr 14, 2019
1 parent d1260ab commit 0f7037a
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 237 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ PYTHONS=python2.6 python2.7 python3.1 python3.2 python3.3 python3.4
all: inplace README.html README.md

README.md: README.txt CHANGES.txt
pandoc --from=rst --to=markdown README.txt > $@
pandoc --from=rst --to=markdown CHANGES.txt >> $@
pandoc --from=rst --to=gfm README.txt > $@
pandoc --from=rst --to=gfm CHANGES.txt >> $@

README.html: README.txt CHANGES.txt void.css
@echo | cat README.txt - CHANGES.txt | \
Expand Down
Loading

0 comments on commit 0f7037a

Please sign in to comment.