- Update FlightGear.dsp
- Assign an arbitrary prerelease version number - Tweaks to top level Makefile.am
This commit is contained in:
parent
8858ad7a00
commit
35a3d6dec9
3 changed files with 913 additions and 403 deletions
1308
FlightGear.dsp
1308
FlightGear.dsp
File diff suppressed because it is too large
Load diff
|
@ -19,7 +19,7 @@ EXTRA_DIST = \
|
|||
Thanks
|
||||
|
||||
dist-hook:
|
||||
(cd $(top_srcdir); $(HOME)/src/FlightGear-0.9/admin/am2dsp.pl)
|
||||
(cd $(top_srcdir); $(HOME)/Projects/FlightGear/admin/am2dsp.pl)
|
||||
(cd $(top_srcdir); tar --exclude docs-mini/CVS --exclude hints/CVS \
|
||||
-cf - docs-mini ) | (cd $(distdir); tar xvf -)
|
||||
rm -rf `find $(distdir)/projects -name CVS`
|
||||
|
@ -38,7 +38,7 @@ dist-hook:
|
|||
# note, fedora core tar does case insensitive wildcard matching for
|
||||
# directories, but apparently not files ... some stupid reason. :-(
|
||||
|
||||
fgfs-base-tar:
|
||||
data-tar:
|
||||
(cd ..; \
|
||||
tar \
|
||||
--exclude=CVS \
|
||||
|
@ -55,7 +55,7 @@ fgfs-base-tar:
|
|||
--exclude='*/Docs/source' \
|
||||
--exclude='*/Models/MNUAV' \
|
||||
--exclude='*/Models/Airspace' \
|
||||
-cjvf fgfs-base-$(VERSION).tar.bz2 \
|
||||
-cjvf source/FlightGear-data-$(VERSION).tar.bz2 \
|
||||
data/AI \
|
||||
data/Aircraft/Generic \
|
||||
data/Aircraft/Instruments \
|
||||
|
|
|
@ -10,7 +10,7 @@ AC_PREREQ(2.52)
|
|||
dnl Initialize the automake stuff
|
||||
dnl set the $host variable based on local machine/os
|
||||
AC_CANONICAL_TARGET
|
||||
AM_INIT_AUTOMAKE(FlightGear, 1.0.0)
|
||||
AM_INIT_AUTOMAKE(FlightGear, 1.99.4)
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_MAKE_SET
|
||||
|
|
Loading…
Reference in a new issue