Various last minute tweaks.
This commit is contained in:
parent
c506a5df58
commit
83387899cf
2 changed files with 16 additions and 7 deletions
18
Makefile.am
18
Makefile.am
|
@ -26,7 +26,11 @@ fgfs-base: fgfs-base-tar fgfs-base-zip fgfs-base-patch fgfs-textures-high
|
||||||
|
|
||||||
fgfs-base-tar:
|
fgfs-base-tar:
|
||||||
(cd $(HOME); \
|
(cd $(HOME); \
|
||||||
tar --exclude=CVS --exclude='*/Textures/Unused' \
|
tar --exclude=CVS \
|
||||||
|
--exclude='*/c172/Instruments.high' \
|
||||||
|
--exclude='*/Models/Aircraft/*' \
|
||||||
|
--exclude='*/Textures/Unused' \
|
||||||
|
--exclude='*/Textures.high/*.save' \
|
||||||
-czvf fgfs-base-$(VERSION).tar.gz \
|
-czvf fgfs-base-$(VERSION).tar.gz \
|
||||||
FlightGear/A[A-su-z]* \
|
FlightGear/A[A-su-z]* \
|
||||||
FlightGear/[B-CE-R]* \
|
FlightGear/[B-CE-R]* \
|
||||||
|
@ -44,11 +48,11 @@ fgfs-base-zip:
|
||||||
FlightGear/Scenery/w130n30/w122n37 \
|
FlightGear/Scenery/w130n30/w122n37 \
|
||||||
FlightGear/Sounds \
|
FlightGear/Sounds \
|
||||||
FlightGear/[T-Za]* FlightGear/[c-z]* \
|
FlightGear/[T-Za]* FlightGear/[c-z]* \
|
||||||
-x '*/CVS/*' -x '*/Textures/Unused/*' )
|
-x '*/CVS/*' -x '*/Textures/Unused/*' -x '*/Models/Aircraft/*' )
|
||||||
|
|
||||||
fgfs-base-patch:
|
fgfs-base-patch:
|
||||||
(cd $(HOME); \
|
(cd $(HOME); \
|
||||||
tar --newer 10/12/2000 -czvf fgfs-base-patch-$(VERSION)c.tar.gz \
|
tar --newer 6/18/2001 -czvf fgfs-base-patch-$(VERSION)c.tar.gz \
|
||||||
FlightGear/A[A-su-z]* \
|
FlightGear/A[A-su-z]* \
|
||||||
FlightGear/[B-CE-R]* \
|
FlightGear/[B-CE-R]* \
|
||||||
FlightGear/Scenery/w130n30/w123n37 \
|
FlightGear/Scenery/w130n30/w123n37 \
|
||||||
|
@ -73,16 +77,16 @@ jsbsim-data:
|
||||||
fgfs-docs: fgfs-docs-tar fgfs-manual-zip
|
fgfs-docs: fgfs-docs-tar fgfs-manual-zip
|
||||||
|
|
||||||
fgfs-docs-tar:
|
fgfs-docs-tar:
|
||||||
( cd $(HOME)/projects ; \
|
( cd $(HOME); \
|
||||||
tar czvf fgfs-docs-$(VERSION).tar.gz FlightGear-0.7/docs )
|
tar czvf fgfs-docs-$(VERSION).tar.gz FlightGear/Docs )
|
||||||
|
|
||||||
# fgfs-docs-zip:
|
# fgfs-docs-zip:
|
||||||
# ( cd $(HOME)/projects ; \
|
# ( cd $(HOME)/projects ; \
|
||||||
# zip -r fgfs-docs-$(VERSION).zip FlightGear-0.7/docs )
|
# zip -r fgfs-docs-$(VERSION).zip FlightGear-0.7/docs )
|
||||||
|
|
||||||
fgfs-manual-zip:
|
fgfs-manual-zip:
|
||||||
( cd $(HOME)/projects ; \
|
( cd $(HOME) ; \
|
||||||
zip -r fgfs-manual-$(VERSION).zip FlightGear-0.7/docs/InstallGuide )
|
zip -r fgfs-manual-$(VERSION).zip FlightGear/Docs/InstallGuide )
|
||||||
|
|
||||||
# make the win32-bin distribution
|
# make the win32-bin distribution
|
||||||
|
|
||||||
|
|
5
Thanks
5
Thanks
|
@ -152,6 +152,11 @@ Habibie <habibie@MailandNews.com>
|
||||||
RedHat package building changes for SimGear.
|
RedHat package building changes for SimGear.
|
||||||
|
|
||||||
|
|
||||||
|
Mike Hill <mikehill@flightsim.com>
|
||||||
|
Contributed 3d aircraft models to our project.
|
||||||
|
http://www.flightsimnetwork.com/mikehill/home.htm
|
||||||
|
|
||||||
|
|
||||||
Charlie Hotchkiss <clhotch@pacbell.net>
|
Charlie Hotchkiss <clhotch@pacbell.net>
|
||||||
Worked on improving and enhancing the HUD code.
|
Worked on improving and enhancing the HUD code.
|
||||||
Lots of code style tips and code tweaks ...
|
Lots of code style tips and code tweaks ...
|
||||||
|
|
Loading…
Add table
Reference in a new issue