From 1f3d7b10835975bce7ee723191a208bed9fbfd62 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sun, 19 Feb 2006 01:55:02 +0000 Subject: [PATCH] Fix some minor packaging issues. --- nulib2/Makefile.in | 2 ++ nulib2/Makefile.msc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nulib2/Makefile.in b/nulib2/Makefile.in index def9896..c97fa10 100644 --- a/nulib2/Makefile.in +++ b/nulib2/Makefile.in @@ -134,6 +134,8 @@ distbin: $(PRODUCT) tar -cf - $$builddir | compress > $$builddir.tar.Z; \ rm -rf $$builddir +# Make a tarfile with a backup of the essential files. We include "Makefile" +# so that we can do a "make distclean" during packaging. baktar: @tar cvf nulib2.tar *.txt COPYING INSTALL nulib2.1 configure *.in Makefile \ Makefile.msc install-sh config.guess config.sub mkinstalldirs *.[ch] diff --git a/nulib2/Makefile.msc b/nulib2/Makefile.msc index 65d9ead..b3bb673 100644 --- a/nulib2/Makefile.msc +++ b/nulib2/Makefile.msc @@ -22,7 +22,7 @@ TARGETOS = BOTH !include -VERSION=210 +VERSION=211 NUFXSRCDIR = ..\nufxlib-$(VERSION) # object files