X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.in;h=5b4ca52cea1f9a5461016c9052f9f76328a55156;hb=df1d1f3a163c7ee7b5abb17a283f1107012a37f6;hp=a26911547f0a5cece911719f85ea817fe1ca6065;hpb=a719a4bedec2bc512b7f95f7446e02f6662ebbc7;p=adns.git 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