From e6c20f61387a85a5b15a79b5474f710e5878c6b3 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 12 Feb 2019 16:45:22 -0500 Subject: Unify *up scripts into one up.sh --- bin/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index ff41e6a1..9fa34ce9 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -19,6 +19,7 @@ BINS += pngo BINS += psf2png BINS += scheme BINS += ttpre +BINS += up BINS += wake BINS += xx @@ -106,6 +107,13 @@ $(HTMLS): ttpre hi man -P cat ./man1/$(<:%.c=%.1) | ./ttpre >> $@ ./hi -f html -o inline,tab=4 $< >> $@ +.sh.html: + @echo '' > $@ + @echo '$(<:%.sh=%)' >> $@ + @echo '$< in git' >> $@ + man -P cat ./man1/$(<:%.sh=%.1) | ./ttpre >> $@ + ./hi -f html -o inline,tab=4 $< >> $@ + clean: rm -f $(BINS_ALL) $(LINKS) tags scheme.h scheme.png *.o *.html -- cgit 1.4.1