diff options
Diffstat (limited to '')
-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) > $@ |