X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.in;h=5b4ca52cea1f9a5461016c9052f9f76328a55156;hb=8b5269f2484d1ab839c3577690dccb2a5bf43b85;hp=b661d5d784aed91a6daa013d7d15038d5c94a465;hpb=a8ab18db9dc20eded1a03249a38d9e23732af99d;p=adns.git diff --git a/Makefile.in b/Makefile.in index b661d5d..5b4ca52 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ -# adnsMakefile - top-level Makefile +# 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