diff options
author | June McEnroe <june@causal.agency> | 2019-05-15 19:33:38 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-05-15 19:33:38 -0400 |
commit | 0678af6fe92d76183144ca378672a62b2a955465 (patch) | |
tree | 1dc927e2aa5ffc4f6bbe9d717db570e848c4f087 /bin/Makefile | |
parent | Add T suffix in bit (diff) | |
download | src-0678af6fe92d76183144ca378672a62b2a955465.tar.gz src-0678af6fe92d76183144ca378672a62b2a955465.zip |
Add order
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 4 |
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) > $@ |