From 0f80284c3d832a43c20f8b8e79fa7485c22c837e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 3 Aug 2022 23:59:39 -0700 Subject: Convert tool/extract-changes.hs to a Lua filter. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7518acc7d..b14818c2c 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ fix_spacing: ## Fix trailing newlines and spaces for f in $(SOURCEFILES); do printf '%s\n' "`cat $$f`" | sed -e 's/ *$$//' > $$f.tmp; mv $$f.tmp $$f; done changes_github: ## copy this release's changes in gfm - pandoc --filter tools/extract-changes.hs changelog.md -t gfm --wrap=none --template tools/changes_template.html | sed -e 's/\\#/#/g' | pbcopy + pandoc --lua-filter tools/extract-changes.lua changelog.md -t gfm --wrap=none --template tools/changes_template.html | sed -e 's/\\#/#/g' | pbcopy debpkg: ## create linux package -- cgit v1.2.3