aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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