chiark / gitweb /
egression test doesn't rely on value of O_NONBLOCK and other flags.
[adns.git] / Makefile.in
index a26911547f0a5cece911719f85ea817fe1ca6065..5b4ca52cea1f9a5461016c9052f9f76328a55156 100644 (file)
@@ -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