From 5ab2163bcfb1253304b286de113ce42d5094db26 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 5 Aug 1999 00:18:13 +0000 Subject: [PATCH] Do distclean so it works; finalise version 0.4. --- Makefile.in | 6 +++--- changelog | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index a0f13df..3c20dfc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 . diff --git a/changelog b/changelog index 1086ae5..8711468 100644 --- 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. * includes , , . - -- + -- Ian Jackson Thu, 5 Aug 1999 01:17:38 +0100 adns (0.3) unstable; urgency=low -- 2.30.2