aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-01 09:42:27 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-01 09:42:27 +1300
commit639377618b820f48c2e7e397a4b0267afaaa450e (patch)
treec1e4d0244b1a2da20f5edb13161227ab88640817 /Makefile
parentMerge branch 'hotfix/v0.2.1' (diff)
parentBump version number to 0.3.0 (diff)
downloaddotfiles-0.3.0.tar.gz (sig)
dotfiles-0.3.0.zip
Merge branch 'release/v0.3.0'v0.3.0
* release/v0.3.0: Bump version number to 0.3.0 Add dfv(1df) version-printing tool Correct variable name in comment Remove extraneous spacing between words
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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