Moved extract-changes.hs and github-upload.sh to tools/.

This commit is contained in:
John MacFarlane 2016-12-11 22:19:17 +01:00
parent 00240ca7ed
commit be140ab496
3 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@ bench:
stack bench
changes_github:
pandoc --filter extract-changes.hs changelog -t markdown_github | pbcopy
pandoc --filter tools/extract-changes.hs changelog -t markdown_github | pbcopy
dist: man/pandoc.1
cabal sdist