X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/44d8654abcb9a5f8b4c8ccfebd5be1a9b6e9a7cc..4f3f9880e6a1bb392851a79f292a59780274dc7d:/Makefile.in diff --git a/Makefile.in b/Makefile.in index a269115..5b4ca52 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,7 +27,7 @@ all install uninstall clean distclean mostlyclean maintainer-clean distprep: set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done $(MAKE) $@-here -all-here install-here uninstall-here distprep-here: +all-here install-here uninstall-here distprep-here: README clean-here mostlyclean-here: rm -f *~ ./#*# core *.orig *.rej Makefile adns-*.tar.gz @@ -54,5 +54,10 @@ dist: distprep check: all $(MAKE) -C regress check +README README-update: + lynx -dump -number_links -cfg=/dev/null \ + http://www.chiark.greenend.org.uk/~ian/adns/ >README.tmp + mv -f README.tmp README + TAGS info dvi: # do nothing