summary refs log tree commit diff
path: root/www/git.causal.agency/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-20 03:49:40 +0000
committerJune McEnroe <june@causal.agency>2021-01-20 03:49:40 +0000
commit5be0d7f6ec83dd09837f5da2617178136954c90d (patch)
tree918ec56452441f5d34a6a5d36da9848bff2d9c5a /www/git.causal.agency/Makefile
parentAdd mtags to generate tags for make and mdoc (diff)
downloadsrc-5be0d7f6ec83dd09837f5da2617178136954c90d.tar.gz
src-5be0d7f6ec83dd09837f5da2617178136954c90d.zip
Use mtags in source-filter
Diffstat (limited to 'www/git.causal.agency/Makefile')
-rw-r--r--www/git.causal.agency/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/git.causal.agency/Makefile b/www/git.causal.agency/Makefile
index 0509975f..6fdbf129 100644
--- a/www/git.causal.agency/Makefile
+++ b/www/git.causal.agency/Makefile
@@ -3,14 +3,14 @@ WWW = /usr/local/www/cgit
 LIBEXEC = /usr/local/libexec
 
 BIN = ../../bin
-BINS = about-filter source-filter hilex htagml
+BINS = about-filter source-filter hilex htagml mtags
 
 install: cgitrc custom.css ${BINS}
 	install -m 644 cgitrc ${ETC}
 	install -m 644 custom.css ${WWW}
 	install ${BINS} ${LIBEXEC}
 
-hilex htagml::
+hilex htagml mtags::
 	${MAKE} -C ${BIN} $@
 	ln -f ${BIN}/$@ $@