Fixed up github changes target in Makefile so #s aren't escaped.
This commit is contained in:
parent
632d4347f4
commit
47da92df2d
1 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 extract-changes.hs changelog -t markdown_github | sed -e 's/\\#/#/g' | pbcopy
|
||||
|
||||
dist: man/pandoc.1
|
||||
cabal sdist
|
||||
|
|
Loading…
Add table
Reference in a new issue