summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-07 16:59:32 -0400
committerJune McEnroe <june@causal.agency>2021-09-07 16:59:32 -0400
commitd5308b68555f25472ba74b1a6edd633a6d14ef67 (patch)
tree621a2f442ffd0079fcc3dfa677f3aa542433ffa1 /bin
parentAdd dehtml (diff)
downloadsrc-d5308b68555f25472ba74b1a6edd633a6d14ef67.tar.gz
src-d5308b68555f25472ba74b1a6edd633a6d14ef67.zip
Generate bin html for .l files correctly
Diffstat (limited to 'bin')
-rw-r--r--bin/html.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/html.mk b/bin/html.mk
index 15e5257a..92baed46 100644
--- a/bin/html.mk
+++ b/bin/html.mk
@@ -32,6 +32,9 @@ index.html: README.7 Makefile html.mk html.sh
 .h.html:
 	sh html.sh man3/${<:.h=.3} $< > $@
 
+.l.html:
+	sh html.sh man1/${<:.l=.1} $< > $@
+
 .y.html:
 	sh html.sh man1/${<:.y=.1} $< > $@