README files, make clean rule.
authorrjones <devnull@localhost>
Fri, 7 Sep 2007 15:39:22 +0000 (16:39 +0100)
committerrjones <devnull@localhost>
Fri, 7 Sep 2007 15:39:22 +0000 (16:39 +0100)
Makefile
README [new file with mode: 0644]
README.developers [new file with mode: 0644]

index 0fec87d..329d4ce 100644 (file)
--- 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 (file)
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 <rjones@redhat.com>
+
+Copyright (C) 2007 Red Hat Inc.
+
diff --git a/README.developers b/README.developers
new file mode 100644 (file)
index 0000000..d46d5d9
--- /dev/null
@@ -0,0 +1,9 @@
+The files in this directory are:
+
+livecd-test.ks.in
+
+livecd-post.sh.in
+
+p2v.init
+
+virt-p2v.sh