From e4a625c8526e26d8e7cbb9521c6f3b6e88a27475 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 1 Nov 2017 09:32:16 +1300 Subject: Add dfv(1df) version-printing tool This is mostly just for fun, but could be handy later on when I'm playing with distributed or automated deployments of tagged and verified releases. Like a few of the other shell scripts, this is built by abusing my mi5(1df) wrapper to get static details baked into the shell script that are only known at runtime. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5b316294..6440b805 100644 --- a/Makefile +++ b/Makefile @@ -98,6 +98,7 @@ BINS = bin/ap \ bin/dam \ bin/d2u \ bin/ddup \ + bin/dfv \ bin/dmp \ bin/dub \ bin/edda \ @@ -207,6 +208,7 @@ BINS = bin/ap \ bin/xrq BINS_M4 = bin/chn.m4 \ + bin/dfv.m4 \ bin/edda.m4 \ bin/oii.m4 \ bin/pst.m4 \ @@ -216,6 +218,7 @@ BINS_M4 = bin/chn.m4 \ bin/urlc.m4 BINS_SH = bin/chn.sh \ + bin/dfv.sh \ bin/edda.sh \ bin/oii.sh \ bin/pst.sh \ @@ -283,6 +286,7 @@ clean distclean: m4 < $< > $@ bin/chn.sh: bin/chn.m4 include/mktd.m4 +bin/dfv.sh: bin/dfv.m4 include/mktd.m4 bin/edda.sh: bin/edda.m4 include/mktd.m4 bin/oii.sh: bin/oii.m4 include/mktd.m4 bin/pst.sh: bin/pst.m4 include/mktd.m4 -- cgit v1.2.3