chiark / gitweb /
egression test doesn't rely on value of O_NONBLOCK and other flags.
[adns.git] / Makefile.in
index 80a58d4b5f5e964e998873e91265e1700b2d31e6..5b4ca52cea1f9a5461016c9052f9f76328a55156 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile - top-level Makefile
 # 
-#  This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson
+#  This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson
 #  
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
@@ -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