X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/e1054f1582fe29f19348180c1318ce2120c1ac3d..b7be0042881e59f45a4c553db770abbbeb4871d9:/Makefile.in diff --git a/Makefile.in b/Makefile.in index e416df0..b0c64d1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,7 @@ # Remember to change ADNS_VERSION_STRING in client/client.h too, and # possibly library soname (MAJOR and MINOR in settings.make.in). -DISTVERSION= 1.3 +DISTVERSION= 1.4 srcdir= @srcdir@ VPATH= @srcdir@ @@ -69,8 +69,8 @@ check: all $(MAKE) -C regress check README: README.html - lynx -dump -number_links -cfg=/dev/null ./README.html >README.tmp - mv -f README.tmp README + lynx -dump -number_links -cfg=/dev/null $(srcdir)/README.html >README.tmp + mv -f README.tmp $(srcdir)/README TAGS info dvi: # do nothing