X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.in;h=dd55a3dfd4b04fc24345b515d98973a56f47fdb8;hb=3212d4ff1f32821483c1c8f2fd592666a83050f1;hp=4faa50b5df759ba93114b703e9e36e654202df6b;hpb=f93780315a35ba08211c4c1539fea2b39b15c64b;p=adns.git diff --git a/Makefile.in b/Makefile.in index 4faa50b..dd55a3d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,9 +20,11 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation. +include ./common.make + # Remember to change ADNS_VERSION_STRING in client/client.h too, and -# possibly library soname (MAJOR and MINOR in settings.make.in). -DISTVERSION= 1.5.0~~ +# possibly library soname (MAJOR and MINOR in common.make.in). +DISTVERSION= 1.5.0~rc1~ srcdir= @srcdir@ VPATH= @srcdir@ @@ -34,6 +36,8 @@ else SUBDIRS_DYNAMIC= endif +WEBDIR=web + SUBDIRS= src $(SUBDIRS_DYNAMIC) client regress all install uninstall clean distclean mostlyclean maintainer-clean distprep: @@ -68,6 +72,13 @@ dist: distprep adnshost.txt: all client/adnshost_s --help >$@.tmp && mv -f $@.tmp $@ +web-install: adnshost.txt + test -e $(WEBDIR) || mkdir $(WEBDIR) + $(INSTALL_DATA) $(srcdir)/README.html $(WEBDIR)/ + $(INSTALL_DATA) $(srcdir)/src/adns.h $(WEBDIR)/adns.h.txt + $(INSTALL_DATA) COPYING $(WEBDIR)/COPYING.txt + $(INSTALL_DATA) adnshost.txt $(WEBDIR)/ + check: all $(MAKE) -C regress check