From f7a98a6d7feea09bab0b12b7de63d61345fc62ba Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 5 Nov 2017 09:58:35 -0800 Subject: Fix 'make changes_github'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d70dfb598..b2375fbe9 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ lint: for f in $(SOURCEFILES); do echo $$f; hlint --verbose --refactor --refactor-options='-i -s' $$f; done 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 cabal sdist -- cgit v1.2.3