From: Sandro Bonazzola <sbona...@redhat.com> Allow to generate the tar.gz by just calling "make ovirt-dist"
Change-Id: I0d651065697d962d4e351ffc1b7274c8eb37cb22 Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> Signed-off-by: Yedidyah Bar David <d...@redhat.com> --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a7afda --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +OVIRT_WGT_VERSION="3.6.0" + +ovirt-dist: + tar -c --transform 's,^\.,ovirt-wgt,' --exclude=.git --exclude=ovirt-wgt-${OVIRT_WGT_VERSION}.tar.gz . | \ + GZIP=$(GZIP_ENV) gzip -c > ovirt-wgt-${OVIRT_WGT_VERSION}.tar.gz -- 2.1.4 _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel