chiark / gitweb /
egression test doesn't rely on value of O_NONBLOCK and other flags.
[adns.git] / Makefile.in
index 47cad77b59b7cabe4374682e1c85de3cf3077fc2..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,10 +27,11 @@ 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
+               rm -f *~ ./#*# core *.orig *.rej Makefile adns-*.tar.gz
+               rm -rf dist_tmp
 
 distclean-here maintainer-clean-here:  clean-here
                rm -f settings.make config.h config.cache config.log config.status
@@ -53,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