Separate RPM for virt-p2v. Use gettext for i18n.
[virt-p2v.git] / virt-p2v.ml0
diff --git a/virt-p2v.ml0 b/virt-p2v.ml0
new file mode 100644 (file)
index 0000000..0d5fb10
--- /dev/null
@@ -0,0 +1,17 @@
+#!/usr/bin/ocamlrun /usr/bin/ocaml
+(* Load external libraries. *)
+#use "topfind";;
+#require "extlib";;
+#require "pcre";;
+#require "newt";;
+#require "xml-light";;
+#require "gettext-stub";;
+#require "libvirt";;
+
+(* WARNING !!! WARNING !!! WARNING !!!
+ *
+ * Do not edit 'virt-p2v' directly.  It is autogenerated from the
+ * files 'virt-p2v.ml0' and 'virt-p2v.ml' by the Makefile.
+ *)
+
+(* virt-p2v.ml is concatenated here to form the full script virt-p2v *)