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
|
stack bench
|
||||||
|
|
||||||
changes_github:
|
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
|
dist: man/pandoc.1
|
||||||
cabal sdist
|
cabal sdist
|
||||||
|
|
Loading…
Reference in a new issue