X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/8a9f0205ae4d09d7481c617b5041bc71ced9a952..46c6c5f98e3d3b5434eb453a2a259ee4e4de2895:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 47cad77..338907d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 @@ -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,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