From 5a8bb823edcc662b46c0a9a9b8775087c56b2ad1 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 15 Sep 2004 15:41:33 +0000 Subject: [PATCH] bzip2 the base package by default. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 185342900..fe9fe8390 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ fgfs-base-tar: --exclude='*/Textures.high/*.save' \ --exclude='*/Textures.high/*.new' \ --exclude='*/Docs/source' \ - -czvf fgfs-base-$(VERSION).tar.gz \ + -cvf - \ data/ATC \ data/AUTHORS \ data/Aircraft/737 \ @@ -56,6 +56,7 @@ fgfs-base-tar: data/Aircraft/Instruments \ data/Aircraft/Instruments-3d \ data/Aircraft/OV10 \ + data/Aircraft/Spitfire \ data/Aircraft/T38 \ data/Aircraft/UIUC \ data/Aircraft/X15 \ @@ -96,6 +97,7 @@ fgfs-base-tar: data/gui \ data/[j-p]* \ data/version \ + | bzip2 --best > fgfs-base-$(VERSION).tar.bz2 \ ) fgfs-textures-high: