Tweaks to base making rules.
This commit is contained in:
parent
75c77d9e53
commit
567967cef1
2 changed files with 9 additions and 4 deletions
11
Makefile.am
11
Makefile.am
|
@ -25,7 +25,8 @@ fgfs-base: fgfs-base-tar fgfs-base-zip fgfs-base-patch
|
||||||
fgfs-base-tar:
|
fgfs-base-tar:
|
||||||
(cd $(HOME); \
|
(cd $(HOME); \
|
||||||
tar czvf fgfs-base-$(VERSION)b.tar.gz \
|
tar czvf fgfs-base-$(VERSION)b.tar.gz \
|
||||||
FlightGear/[A-CE-R]* \
|
FlightGear/A[A-su-z]* \
|
||||||
|
FlightGear/[B-CE-R]* \
|
||||||
FlightGear/Scenery/w120n30/w111n33 \
|
FlightGear/Scenery/w120n30/w111n33 \
|
||||||
FlightGear/Sounds \
|
FlightGear/Sounds \
|
||||||
FlightGear/[T-W]* FlightGear/[c-m]*)
|
FlightGear/[T-W]* FlightGear/[c-m]*)
|
||||||
|
@ -33,7 +34,8 @@ fgfs-base-tar:
|
||||||
fgfs-base-zip:
|
fgfs-base-zip:
|
||||||
(cd $(HOME); \
|
(cd $(HOME); \
|
||||||
zip -rv fgfs-base-$(VERSION)b.zip \
|
zip -rv fgfs-base-$(VERSION)b.zip \
|
||||||
FlightGear/[A-CE-R]* \
|
FlightGear/A[A-su-z]* \
|
||||||
|
FlightGear/[B-CE-R]* \
|
||||||
FlightGear/Scenery/w120n30/w111n33 \
|
FlightGear/Scenery/w120n30/w111n33 \
|
||||||
FlightGear/Sounds \
|
FlightGear/Sounds \
|
||||||
FlightGear/Textures FlightGear/Thanks \
|
FlightGear/Textures FlightGear/Thanks \
|
||||||
|
@ -41,8 +43,9 @@ fgfs-base-zip:
|
||||||
|
|
||||||
fgfs-base-patch:
|
fgfs-base-patch:
|
||||||
(cd $(HOME); \
|
(cd $(HOME); \
|
||||||
tar --newer 7/19/2000 -czvf fgfs-base-patch-$(VERSION).tar.gz \
|
tar --newer 9/18/2000 -czvf fgfs-base-patch-$(VERSION).tar.gz \
|
||||||
FlightGear/[A-CE-R]* \
|
FlightGear/A[A-su-z]* \
|
||||||
|
FlightGear/[B-CE-R]* \
|
||||||
FlightGear/Scenery/w120n30/w111n33 \
|
FlightGear/Scenery/w120n30/w111n33 \
|
||||||
FlightGear/Sounds \
|
FlightGear/Sounds \
|
||||||
FlightGear/[T-W]* FlightGear/[c-m]*)
|
FlightGear/[T-W]* FlightGear/[c-m]*)
|
||||||
|
|
2
Thanks
2
Thanks
|
@ -78,6 +78,8 @@ Didier Chauveau <chauveau@math.univ-mlv.fr>
|
||||||
|
|
||||||
John Check <j4strngs@rockfish.net>
|
John Check <j4strngs@rockfish.net>
|
||||||
Cloud textures
|
Cloud textures
|
||||||
|
Joystick howto
|
||||||
|
Panel howto
|
||||||
|
|
||||||
|
|
||||||
Oliver Delise <delise@mail.isis.de>
|
Oliver Delise <delise@mail.isis.de>
|
||||||
|
|
Loading…
Reference in a new issue