From: Ian Jackson Date: Mon, 20 Oct 2014 00:09:29 +0000 (+0100) Subject: Build system: Know how to build adnshost.txt X-Git-Tag: adns-1.5.0-rc0~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=commitdiff_plain;h=f93780315a35ba08211c4c1539fea2b39b15c64b Build system: Know how to build adnshost.txt Signed-off-by: Ian Jackson --- diff --git a/.gitignore b/.gitignore index 1d187cd..e85580f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ settings.make *.so *.a *~ +adnshost.txt x.gdb client/Makefile client/adnstest_s diff --git a/Makefile.in b/Makefile.in index 4e8f7ef..4faa50b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ all-here install-here uninstall-here distprep-here: README clean-here mostlyclean-here: rm -f *~ ./#*# core *.orig *.rej adns-*.tar.gz - rm -rf dist_tmp + rm -rf dist_tmp web adnshost.txt distclean-here maintainer-clean-here: clean-here rm -f settings.make config.cache config.log config.status Makefile @@ -65,6 +65,9 @@ dist: distprep gzip -9 $(dist_tmp).tar mv $(dist_tmp).tar.gz . +adnshost.txt: all + client/adnshost_s --help >$@.tmp && mv -f $@.tmp $@ + check: all $(MAKE) -C regress check