From aa1faea83ccb60ae5c1918849dd62e377b7c7263 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 23 May 2021 15:21:46 -0700 Subject: Added pandoc lua filter to make code literals work better with manpages. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3