From: rjones Date: Fri, 7 Sep 2007 15:39:22 +0000 (+0100) Subject: README files, make clean rule. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=86bfeb367eb0367046acde183eb6b677ee1d0d1f;p=virt-p2v.git README files, make clean rule. --- diff --git a/Makefile b/Makefile index 0fec87d..329d4ce 100644 --- a/Makefile +++ b/Makefile @@ -54,3 +54,6 @@ livecd-post.sh: livecd-post.sh.in p2v.init virt-p2v.sh Makefile -e '/@VIRT-P2V.SH@/ r virt-p2v.sh' \ -e '/@VIRT-P2V.SH@/ d' \ < $< > $@ + +clean: + rm -f *~ core livecd-test.ks livecd-post.sh diff --git a/README b/README new file mode 100644 index 0000000..1e258c2 --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +virt-p2v : P2V ("physical to virtual") migration tool +---------------------------------------------------------------------- + +Written by: + Richard W.M. Jones + +Copyright (C) 2007 Red Hat Inc. + diff --git a/README.developers b/README.developers new file mode 100644 index 0000000..d46d5d9 --- /dev/null +++ b/README.developers @@ -0,0 +1,9 @@ +The files in this directory are: + +livecd-test.ks.in + +livecd-post.sh.in + +p2v.init + +virt-p2v.sh