changelog: Update with changes so far
[adns] / Makefile.in
index 6e2e449..4bedf29 100644 (file)
@@ -22,7 +22,7 @@
 
 # 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 +56,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 +69,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