From b6ff1659e5cb70a3b3a9d7ecb0c87683a54baa7d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 18 Dec 2019 23:37:45 -0500 Subject: Hide line numbers when rendering mdoc Hack: output an extra after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. --- www/git.causal.agency/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/git.causal.agency/Makefile') diff --git a/www/git.causal.agency/Makefile b/www/git.causal.agency/Makefile index bba51f40..8b87920f 100644 --- a/www/git.causal.agency/Makefile +++ b/www/git.causal.agency/Makefile @@ -3,7 +3,7 @@ WWW = /usr/local/www/cgit LIBEXEC = /usr/local/libexec BIN = ../../bin -BINS = source-filter ttpre hi +BINS = about-filter source-filter ttpre hi install: cgitrc custom.css ${BINS} install -m 644 cgitrc ${ETC} -- cgit 1.4.1