aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-08-03 23:59:39 -0700
committerJohn MacFarlane <[email protected]>2022-08-03 23:59:39 -0700
commit0f80284c3d832a43c20f8b8e79fa7485c22c837e (patch)
tree622055274896dc18b7b0163bf3c0120a03efe73f /Makefile
parent6ffc489395b5a8cee7ba38e74c079c7cff03864d (diff)
Convert tool/extract-changes.hs to a Lua filter.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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