Updates to base package file selection.
This commit is contained in:
parent
77130a7779
commit
689fae86b0
1 changed files with 23 additions and 7 deletions
30
Makefile.am
30
Makefile.am
|
@ -28,6 +28,9 @@ dist-hook:
|
||||||
# make the base distribution with textures, sounds and a bit of
|
# make the base distribution with textures, sounds and a bit of
|
||||||
# scenery, and all the other associated files
|
# 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:
|
fgfs-base-tar:
|
||||||
(cd ..; \
|
(cd ..; \
|
||||||
tar \
|
tar \
|
||||||
|
@ -41,7 +44,8 @@ fgfs-base-tar:
|
||||||
--exclude='*/Textures.high/*.new' \
|
--exclude='*/Textures.high/*.new' \
|
||||||
--exclude='*/Docs/source' \
|
--exclude='*/Docs/source' \
|
||||||
--exclude='*/Models/MNUAV' \
|
--exclude='*/Models/MNUAV' \
|
||||||
-cvf - \
|
--exclude='*/Models/Airspace' \
|
||||||
|
-cjvf fgfs-base-$(VERSION).tar.bz2 \
|
||||||
data/Aircraft/Generic \
|
data/Aircraft/Generic \
|
||||||
data/Aircraft/Instruments \
|
data/Aircraft/Instruments \
|
||||||
data/Aircraft/Instruments-3d \
|
data/Aircraft/Instruments-3d \
|
||||||
|
@ -66,17 +70,29 @@ fgfs-base-tar:
|
||||||
data/Astro \
|
data/Astro \
|
||||||
data/ATC \
|
data/ATC \
|
||||||
data/AUTHORS \
|
data/AUTHORS \
|
||||||
data/[C-H]* \
|
data/ChangeLog \
|
||||||
|
data/cloudlayers.xml \
|
||||||
|
data/COPYING \
|
||||||
|
data/D* \
|
||||||
|
data/Fonts \
|
||||||
|
data/gui \
|
||||||
|
data/Huds \
|
||||||
data/Input \
|
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/Scenery \
|
||||||
data/Sounds \
|
data/Sounds \
|
||||||
data/T* \
|
data/T* \
|
||||||
data/cloudlayers.xml \
|
|
||||||
data/gui \
|
|
||||||
data/[j-p]* \
|
|
||||||
data/version \
|
data/version \
|
||||||
| bzip2 --best > fgfs-base-$(VERSION).tar.bz2 \
|
|
||||||
)
|
)
|
||||||
|
|
||||||
fgfs-textures-high:
|
fgfs-textures-high:
|
||||||
|
|
Loading…
Reference in a new issue