X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=Makefile.in;h=dd55a3dfd4b04fc24345b515d98973a56f47fdb8;hp=2acc8f36288f2ee375461dd669391e2dd507ea6e;hb=58a876e5ac9539ff14acb7dc3ea3633f5bdb41d8;hpb=b99e8e9a466cedae61a2d208ce993836e68701aa;ds=sidebyside diff --git a/Makefile.in b/Makefile.in index 2acc8f3..dd55a3d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,7 +24,7 @@ include ./common.make # Remember to change ADNS_VERSION_STRING in client/client.h too, and # possibly library soname (MAJOR and MINOR in common.make.in). -DISTVERSION= 1.5.0~~ +DISTVERSION= 1.5.0~rc1~ srcdir= @srcdir@ VPATH= @srcdir@ @@ -36,6 +36,8 @@ else SUBDIRS_DYNAMIC= endif +WEBDIR=web + SUBDIRS= src $(SUBDIRS_DYNAMIC) client regress all install uninstall clean distclean mostlyclean maintainer-clean distprep: @@ -70,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