Moved extract-changes.hs and github-upload.sh to tools/.
This commit is contained in:
parent
00240ca7ed
commit
be140ab496
3 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue