]> git.mxchange.org Git - flightgear.git/blobdiff - Makefile.am
Additional fixes for new DME type codes.
[flightgear.git] / Makefile.am
index 1091e136ab1ed4508d2077ce2a4ad01dd7f70b7d..370b5e1b48ec697eb4c699f7639aedce34a4cd85 100644 (file)
@@ -28,6 +28,9 @@ dist-hook:
 # make the base distribution with textures, sounds and a bit of
 # scenery, and all the other associated files
 
+# note, fedora core tar does case insensitive wildcard matching for
+# directories, but apparently not files ... some stupid reason. :-(
+
 fgfs-base-tar:
        (cd ..; \
        tar \
@@ -39,10 +42,10 @@ fgfs-base-tar:
        --exclude='*/Textures/Unused' \
        --exclude='*/Textures.high/*.save' \
        --exclude='*/Textures.high/*.new' \
-       --exclude='*/Data' \
        --exclude='*/Docs/source' \
         --exclude='*/Models/MNUAV' \
-       -cvf - \
+        --exclude='*/Models/Airspace' \
+       -cjvf fgfs-base-$(VERSION).tar.bz2 \
                 data/Aircraft/Generic \
                 data/Aircraft/Instruments \
                 data/Aircraft/Instruments-3d \
@@ -60,23 +63,36 @@ fgfs-base-tar:
                 data/Aircraft/Hunter \
                 data/Aircraft/p51d \
                 data/Aircraft/pa28-161 \
+                data/Aircraft/T38 \
                 data/Aircraft/ufo \
                 data/Aircraft/wrightFlyer1903 \
                data/Airports \
                data/Astro \
                data/ATC \
                data/AUTHORS \
-               data/[C-H]* \
+               data/ChangeLog \
+               data/cloudlayers.xml \
+               data/COPYING \
+               data/D* \
+               data/Fonts \
+               data/gui \
+               data/Huds \
                data/Input \
-               data/[J-R]* \
+               data/keyboard.xml \
+               data/Lighting \
+               data/materials.dtd \
+               data/materials.xml \
+               data/mice.xml \
+               data/Models \
+               data/N* \
+               data/options.xml \
+               data/preferences.xml \
+               data/Protocol \
+               data/README \
                data/Scenery \
                data/Sounds \
-               data/T \
-               data/cloudlayers.xml \
-               data/gui \
-               data/[j-p]* \
+               data/T* \
                data/version \
-       | bzip2 --best > fgfs-base-$(VERSION).tar.bz2 \
        )
 
 fgfs-textures-high: