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
commit0678af6fe92d76183144ca378672a62b2a955465 (patch)
tree1dc927e2aa5ffc4f6bbe9d717db570e848c4f087 /bin/Makefile
parentAdd T suffix in bit (diff)
downloadsrc-0678af6fe92d76183144ca378672a62b2a955465.tar.gz
src-0678af6fe92d76183144ca378672a62b2a955465.zip
Add order
Diffstat (limited to '')
-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) > $@