summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-05-15 19:33:38 -0400
committerJune McEnroe <june@causal.agency>2019-05-15 19:33:38 -0400
commitcdf925f29e53eba20bc47af161fb6aec3b7c465d (patch)
tree49c47c8737f43b1c0e9b32843c37098342229a9d /bin/Makefile
parentAdd T suffix in bit (diff)
downloadsrc-cdf925f29e53eba20bc47af161fb6aec3b7c465d.tar.gz
src-cdf925f29e53eba20bc47af161fb6aec3b7c465d.zip
Add order
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 48cfb184..50d60133 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -23,6 +23,7 @@ BINS += glitch
 BINS += hi
 BINS += hnel
 BINS += modem
+BINS += order
 BINS += pbd
 BINS += pngo
 BINS += psf2png
@@ -127,6 +128,9 @@ $(HTMLS): ttpre hi html.sh
 .c.html:
 	sh html.sh $< man1/$(<:.c=.1) > $@
 
+.y.html:
+	sh html.sh $< man1/$(<:.y=.1) > $@
+
 .sh.html:
 	sh html.sh $< man1/$(<:.sh=.1) > $@