X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;h=a5bb4780514a480d86f6110fac97183730da05c7;hb=fe0ff26b9757ac927f13bf97692974be41e07e23;hp=86ba44668134d8c13b8349caacac9adf583ce045;hpb=6d37b5f61c6cd4115197dc25e6d7ab571fcb3a54;p=virt-p2v.git diff --git a/Makefile b/Makefile index 86ba446..a5bb478 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,29 @@ +# Makefile for virt-p2v +# +# Copyright (C) 2007 Red Hat Inc. +# Written by Richard W.M. Jones +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# # $Id$ #---------------------------------------------------------------------- # General configuration PACKAGE := virt-p2v -VERSION := 0.2 +VERSION := 0.4 # i386 images also work on x86-64, so best to stick with i386. ARCH := i386 @@ -94,7 +113,6 @@ dist: rm -rf $(PACKAGE)-$(VERSION) mkdir $(PACKAGE)-$(VERSION) tar -cf - -T MANIFEST | tar -C $(PACKAGE)-$(VERSION) -xf - - $(INSTALL) -m 0755 configure $(PACKAGE)-$(VERSION)/ tar zcf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) ls -l $(PACKAGE)-$(VERSION).tar.gz