Exclude docs from base package.
Added Curt Olson to Thanks file. Force use of plib joystick code.
This commit is contained in:
parent
f508123cad
commit
86cc2b162a
3 changed files with 12 additions and 6 deletions
|
@ -24,7 +24,7 @@ fgfs-base: fgfs-base-tar fgfs-base-zip
|
||||||
fgfs-base-tar:
|
fgfs-base-tar:
|
||||||
(cd $(HOME); \
|
(cd $(HOME); \
|
||||||
tar czvf fgfs-base-$(VERSION).tar.gz \
|
tar czvf fgfs-base-$(VERSION).tar.gz \
|
||||||
FlightGear/[A-R]* \
|
FlightGear/[A-CE-R]* \
|
||||||
FlightGear/Scenery/w120n30/w111n33 \
|
FlightGear/Scenery/w120n30/w111n33 \
|
||||||
FlightGear/Sounds \
|
FlightGear/Sounds \
|
||||||
FlightGear/Textures FlightGear/Thanks \
|
FlightGear/Textures FlightGear/Thanks \
|
||||||
|
@ -33,7 +33,7 @@ fgfs-base-tar:
|
||||||
fgfs-base-zip:
|
fgfs-base-zip:
|
||||||
(cd $(HOME); \
|
(cd $(HOME); \
|
||||||
zip -r fgfs-base-$(VERSION).zip \
|
zip -r fgfs-base-$(VERSION).zip \
|
||||||
FlightGear/[A-R]* \
|
FlightGear/[A-CE-R]* \
|
||||||
FlightGear/Scenery/w120n30/w111n33 \
|
FlightGear/Scenery/w120n30/w111n33 \
|
||||||
FlightGear/Sounds \
|
FlightGear/Sounds \
|
||||||
FlightGear/Textures FlightGear/Thanks \
|
FlightGear/Textures FlightGear/Thanks \
|
||||||
|
@ -62,7 +62,7 @@ fgfs-win32-bin:
|
||||||
(cd $(HOME); \
|
(cd $(HOME); \
|
||||||
zip -r fgfs-win32-bin-$(VERSION).zip FlightGear/bin )
|
zip -r fgfs-win32-bin-$(VERSION).zip FlightGear/bin )
|
||||||
|
|
||||||
# make the win32-libs distribution
|
# make the win32-libs distribution (depricated)
|
||||||
win32-libs:
|
win32-libs:
|
||||||
( zip -r ../win32-libs-$(VERSION).zip Win32/Makefile \
|
( zip -r ../win32-libs-$(VERSION).zip Win32/Makefile \
|
||||||
Win32/README.glut Win32/cygwinb1.dll Win32/def \
|
Win32/README.glut Win32/cygwinb1.dll Win32/def \
|
||||||
|
|
5
Thanks
5
Thanks
|
@ -160,6 +160,11 @@ Alan Murta <amurta@cs.man.ac.uk>
|
||||||
Created the Generic Polygon Clipping library
|
Created the Generic Polygon Clipping library
|
||||||
|
|
||||||
|
|
||||||
|
Curt Olson <curt@flightgear.org>
|
||||||
|
Curt is the one that "herds that cats". Lately Curt has been concetrating
|
||||||
|
on building better scenery.
|
||||||
|
|
||||||
|
|
||||||
Robin Peel <robinp@mindspring.com>
|
Robin Peel <robinp@mindspring.com>
|
||||||
Maintains the ever growing worldwide airport and runway database for
|
Maintains the ever growing worldwide airport and runway database for
|
||||||
the Flight Gear project as well as for X-Plane.
|
the Flight Gear project as well as for X-Plane.
|
||||||
|
|
|
@ -92,6 +92,10 @@ if test "x$ac_cv_header_plib_pu_h" != "xyes"; then
|
||||||
echo
|
echo
|
||||||
echo "configure aborted."
|
echo "configure aborted."
|
||||||
exit
|
exit
|
||||||
|
AM_CONDITIONAL(ENABLE_PLIB_JOYSTICK, false )
|
||||||
|
else
|
||||||
|
dnl Use plib joystick lib
|
||||||
|
AM_CONDITIONAL(ENABLE_PLIB_JOYSTICK, true )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl Using AM_CONDITIONAL is a step out of the protected little
|
dnl Using AM_CONDITIONAL is a step out of the protected little
|
||||||
|
@ -120,9 +124,6 @@ AM_CONDITIONAL(ENABLE_IRIX_AUDIO, test -r /usr/include/audio.h)
|
||||||
|
|
||||||
AM_CONDITIONAL(ENABLE_WIN32_AUDIO, test "x$ac_cv_header_windows_h" = "xyes")
|
AM_CONDITIONAL(ENABLE_WIN32_AUDIO, test "x$ac_cv_header_windows_h" = "xyes")
|
||||||
|
|
||||||
dnl Check for (currently Linux only style) joystick support
|
|
||||||
AM_CONDITIONAL(ENABLE_LINUX_JOYSTICK, test -r /usr/include/linux/joystick.h )
|
|
||||||
|
|
||||||
dnl Enable serial support on Unix type systems
|
dnl Enable serial support on Unix type systems
|
||||||
AM_CONDITIONAL(ENABLE_UNIX_SERIAL, true)
|
AM_CONDITIONAL(ENABLE_UNIX_SERIAL, true)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue