diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-05-23 15:21:46 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-05-23 15:21:46 -0700 |
| commit | aa1faea83ccb60ae5c1918849dd62e377b7c7263 (patch) | |
| tree | 9bd2bdfc6e5171fea571af1e29ccc0a2d1487fdf /Makefile | |
| parent | 315aedc7cb9fbf642c9c3e5b076fc87c5859e847 (diff) | |
Added pandoc lua filter to make code literals work better with manpages.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
