chiark / gitweb /
Do distclean so it works; finalise version 0.4.
authorian <ian>
Thu, 5 Aug 1999 00:18:13 +0000 (00:18 +0000)
committerian <ian>
Thu, 5 Aug 1999 00:18:13 +0000 (00:18 +0000)
Makefile.in
changelog

index a0f13df640d7889e636111530fccf3d0fa416bf9..3c20dfca6144aabdbffb1c456e9a8cf1c682d6d8 100644 (file)
@@ -16,8 +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.3
-
+DISTVERSION=   0.4
 srcdir=                @srcdir@
 VPATH=         @srcdir@
 
@@ -40,13 +39,14 @@ install-strip:
        $(MAKE) INSTALL_PROGRAM_FLAGS=-s
 
 dist_tmp=dist_tmp/adns-$(DISTVERSION)
-dist:                  distclean distprep
+dist:                  distprep
        rm -rf dist_tmp*
        mkdir dist_tmp $(dist_tmp)
        find \( -name CVS -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 | \
                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)`
        gzip -9 $(dist_tmp).tar
        mv $(dist_tmp).tar.gz .
index 1086ae5837a3fb76bfd46d8c66970dc029221acc..8711468edcc5a2eda9ed6efc88d184ac0579d750 100644 (file)
--- a/changelog
+++ b/changelog
@@ -13,14 +13,14 @@ adns (0.4) unstable; urgency=low
 
   Other bugfixes and improvements:
   * adns_s_systemfail is in table of errors (for eg adns_strerror).
-  * Do not ship config.cache.
+  * Do not ship config.cache, Makefile, etc.
   * Improvements to install instructions, TODO, etc.
   * Regression tests compile on systems without poll(2).
   * Do not install adnstest_s.
   * _submit returns ENOSYS, not adns_s_unknownquery; documented, tested.
   * <adns.h> includes <sys/types.h>, <sys/time.h>, <unistd.h>.
 
- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 5 Aug 1999 01:17:38 +0100
 
 adns (0.3) unstable; urgency=low