aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-05-23 15:21:46 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-05-23 15:21:46 -0700
commitaa1faea83ccb60ae5c1918849dd62e377b7c7263 (patch)
tree9bd2bdfc6e5171fea571af1e29ccc0a2d1487fdf /Makefile
parent315aedc7cb9fbf642c9c3e5b076fc87c5859e847 (diff)
Added pandoc lua filter to make code literals work better with manpages.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 281ab7c..23ff090 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ $(NAME): $(OBJFILES) bp.c
$(CC) $(ALL_FLAGS) -o $@ $(OBJFILES) bp.c
bp.1: bp.1.md
- pandoc -s $< -t man -o $@
+ pandoc --lua-filter=.pandoc/bold-code.lua -s $< -t man -o $@
tags: $(CFILES) bp.c
ctags *.c *.h