aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-22 09:23:14 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-22 09:23:14 -0800
commitdc83f0173f16b88db221701fc90fb614c61deda9 (patch)
tree966b5a688ec2f0bc94aab8a2aeeb3f1fbef12322
parent0cad098c530c8716cab76455999f1f42251824e5 (diff)
downloadpandoc-dc83f0173f16b88db221701fc90fb614c61deda9.tar.gz
Fix changes_github Makefile target.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3130a41fb..bbb4c494b 100644
--- a/Makefile
+++ b/Makefile
@@ -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