From 7e46e2e83472d2a22fcc3793aadb647d26defe92 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 19 Jan 2021 22:40:14 -0500 Subject: Add mtags to generate tags for make and mdoc --- bin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 13dfb2f2..b133232f 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -29,6 +29,7 @@ BINS += hilex BINS += hnel BINS += htagml BINS += modem +BINS += mtags BINS += nudge BINS += order BINS += pbd @@ -132,9 +133,10 @@ html: ${HTMLS} ${HTMLS}: html.sh scheme hilex htagml htmltags -htmltags: *.[chly] +htmltags: *.[chly] mtags Makefile rm -f $@ for f in *.[chly]; do ctags -aw -f $@ $$f; done + ./mtags -a -f $@ Makefile .SUFFIXES: .html -- cgit 1.4.1