From 3ddbd14dc7c58ee6f48ac2924fd2b11933ef5b6d Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 21 Feb 2006 00:17:25 +0000 Subject: [PATCH] 2006-02-21 00:17:25 by steve Don't build manpages when making a tarball --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52bb97e..8a1d3e2 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.39 2006-02-18 20:11:00 steve Exp $ +# $Id: Makefile,v 1.40 2006-02-21 00:17:25 steve Exp $ # @@ -101,7 +101,7 @@ manpages-html: for i in xen-*; do pod2html $$i > man/$$i.html; done -release: update-version clean changelog manpages +release: update-version clean changelog rm -rf $(DIST_PREFIX)/$(BASE)-$(VERSION) rm -f $(DIST_PREFIX)/$(BASE)-$(VERSION).tar.gz cp -R . $(DIST_PREFIX)/$(BASE)-$(VERSION)