summary refs log tree commit diff
path: root/www/git.causal.agency/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-18 23:37:45 -0500
committerJune McEnroe <june@causal.agency>2019-12-18 23:39:54 -0500
commitb6ff1659e5cb70a3b3a9d7ecb0c87683a54baa7d (patch)
treea2d77302fc4206d8dd7508e0f38a2d223c262a28 /www/git.causal.agency/Makefile
parentCustomize cgit CSS (diff)
downloadsrc-b6ff1659e5cb70a3b3a9d7ecb0c87683a54baa7d.tar.gz
src-b6ff1659e5cb70a3b3a9d7ecb0c87683a54baa7d.zip
Hide line numbers when rendering mdoc
Hack: output an extra <td> 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.
Diffstat (limited to '')
-rw-r--r--www/git.causal.agency/Makefile2
1 files changed, 1 insertions, 1 deletions
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}
/cash/cashrc?id=ea50941cc3d3b829104dac8581ae0a9b1a48bb54&follow=1'>Use colours in cash promptsJune McEnroe 2019-01-12Set PSlit like NetBSD shJune McEnroe 2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe 2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe 2019-01-12Restore cash builtin man page datesJune McEnroe 2019-01-12Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe