tangetools/Makefile

16 lines
827 B
Makefile
Raw Normal View History

CMD = blink bsearch em encdir field forever G gitnext goodpasswd \
2017-06-21 18:28:37 +00:00
histogram mtrr neno off pdfman puniq ramusage rand rclean rn rrm \
2017-06-19 18:16:50 +00:00
sound-reload stdout T timestamp tracefile upsidedown \
2017-06-21 18:28:37 +00:00
w4it-for-port-open wifi-reload wssh ytv
2017-06-21 18:28:37 +00:00
all: blink/blink.1 bsearch/bsearch.1 encdir/encdir.1 G/G.1 gitnext/gitnext.1 goodpasswd/goodpasswd.1 histogram/histogram.1 neno/neno.1 off/off.1 pdfman/pdfman.1 puniq/puniq.1 rand/rand.1 rn/rn.1 rrm/rrm.1 sound-reload/sound-reload.1 stdout/stdout.1 timestamp/timestamp.1 tracefile/tracefile.1 T/T.1 upsidedown/upsidedown.1 wifi-reload/wifi-reload.1 wssh/wssh.1 ytv/ytv.1
2016-05-22 22:55:10 +00:00
%.1: %
pod2man $< > $@
2016-05-22 22:27:43 +00:00
2012-04-28 19:26:12 +00:00
install:
2014-04-16 10:24:35 +00:00
mkdir -p /usr/local/bin
2017-01-31 22:53:13 +00:00
parallel eval ln -sf `pwd`/*/{} /usr/local/bin/{} ::: $(CMD)
2014-04-16 10:24:35 +00:00
mkdir -p /usr/local/share/man/man1
2012-05-20 02:01:11 +00:00
parallel ln -sf `pwd`/{} /usr/local/share/man/man1/{/} ::: */*.1