Fix 'make changes_github'.
This commit is contained in:
parent
b2bde69384
commit
f7a98a6d7f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ lint:
|
||||||
for f in $(SOURCEFILES); do echo $$f; hlint --verbose --refactor --refactor-options='-i -s' $$f; done
|
for f in $(SOURCEFILES); do echo $$f; hlint --verbose --refactor --refactor-options='-i -s' $$f; done
|
||||||
|
|
||||||
changes_github:
|
changes_github:
|
||||||
pandoc --filter extract-changes.hs changelog -t markdown_github | sed -e 's/\\#/#/g' | pbcopy
|
pandoc --filter tools/extract-changes.hs changelog -t gfm+hard_line_breaks | sed -e 's/\\#/#/g' | pbcopy
|
||||||
|
|
||||||
dist: man/pandoc.1
|
dist: man/pandoc.1
|
||||||
cabal sdist
|
cabal sdist
|
||||||
|
|
Loading…
Add table
Reference in a new issue