X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.in;h=338907dbd76c9a715623167790d91cec23459db3;hb=bd3fce65a952f9d0bc8e3acdafb53a38af88adcb;hp=a26911547f0a5cece911719f85ea817fe1ca6065;hpb=a719a4bedec2bc512b7f95f7446e02f6662ebbc7;p=adns.git diff --git a/Makefile.in b/Makefile.in index a269115..338907d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -DISTVERSION= 0.1 +DISTVERSION= 0.3 srcdir= @srcdir@ VPATH= @srcdir@ @@ -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