From 347b55bc77566ad27a2d07133fc691a256343988 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Fri, 11 Aug 2006 16:03:13 +0000 Subject: Initial Makefile to distribute as a tar ball. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@293 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 5 +++++ tools/tar_exclude_from | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 Makefile create mode 100644 tools/tar_exclude_from diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..a9177c41 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +tarball: + @echo "Creating tar ball " + @tar cfhj opendiskless.tar.bz2 \ + --exclude-from=tools/tar_exclude_from \ + . diff --git a/tools/tar_exclude_from b/tools/tar_exclude_from new file mode 100644 index 00000000..ba209df1 --- /dev/null +++ b/tools/tar_exclude_from @@ -0,0 +1,3 @@ +.svn +.*.swp +opendiskless*.tar.bz2 -- cgit v1.2.3-55-g7522