X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=Makefile.in;h=ab388360dd7eff0347f710ca4513ad1998a29fca;hp=6e2e4495d9410d0ef328669afaf85313b4c585bc;hb=ced2f0cf2a351f8d30b800c915eeee042658d235;hpb=15480be436960212fd31b8963516766a68adcdd5 diff --git a/Makefile.in b/Makefile.in index 6e2e449..ab38836 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,7 +8,7 @@ # # 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 -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, @@ -17,12 +17,11 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program; if not, write to the Free Software Foundation. # Remember to change ADNS_VERSION_STRING in client/client.h too, and # possibly library soname (MAJOR and MINOR in settings.make.in). -DISTVERSION= 1.4 +DISTVERSION= 1.5.0~~ srcdir= @srcdir@ VPATH= @srcdir@ @@ -56,9 +55,9 @@ dist_tmp=dist_tmp/adns-$(DISTVERSION) dist: distprep rm -rf dist_tmp* mkdir dist_tmp $(dist_tmp) - find \( -name CVS -o -name dist_tmp* \) -prune -o -type d -print | \ + find \( -name .git -o -name dist_tmp* \) -prune -o -type d -print | \ sed -e 's#.*#mkdir -p $(dist_tmp)/&#' | sh - find \( -name CVS -o -name dist_tmp* \) -prune -o -type f -print | \ + find \( -name .git -o -name dist_tmp* \) -prune -o -type f -print | \ sed -e 's#.*#ln & $(dist_tmp)/&#' | sh $(MAKE) -C dist_tmp/adns-$(DISTVERSION) distclean cd dist_tmp && tar cf ../$(dist_tmp).tar `basename $(dist_tmp)` @@ -69,8 +68,8 @@ check: all $(MAKE) -C regress check README: README.html - lynx -dump -number_links -cfg=/dev/null ./README.html >README.tmp - mv -f README.tmp README + lynx -dump -number_links -cfg=/dev/null $(srcdir)/README.html >README.tmp + mv -f README.tmp $(srcdir)/README TAGS info dvi: # do nothing