diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-22 09:23:14 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-22 09:23:14 -0800 |
commit | dc83f0173f16b88db221701fc90fb614c61deda9 (patch) | |
tree | 966b5a688ec2f0bc94aab8a2aeeb3f1fbef12322 /Makefile | |
parent | 0cad098c530c8716cab76455999f1f42251824e5 (diff) | |
download | pandoc-dc83f0173f16b88db221701fc90fb614c61deda9.tar.gz |
Fix changes_github Makefile target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ lint: for f in $(SOURCEFILES); do echo $$f; hlint --verbose --refactor --refactor-options='-i -s' $$f; done changes_github: - pandoc --filter tools/extract-changes.hs changelog -t gfm --wrap=none | sed -e 's/\\#/#/g' | pbcopy + pandoc --filter tools/extract-changes.hs changelog.md -t gfm --wrap=none | sed -e 's/\\#/#/g' | pbcopy dist: man/pandoc.1 cabal sdist |