]> git.mxchange.org Git - simgear.git/commitdiff
Updates for 0.0.15
authorcurt <curt>
Wed, 20 Dec 2000 04:57:54 +0000 (04:57 +0000)
committercurt <curt>
Wed, 20 Dec 2000 04:57:54 +0000 (04:57 +0000)
Makefile.am
NEWS
configure.in

index f9aee57953e22387f58f79e0fc755300e5025ae4..c9d11af4daf5e0e08ece731945a82b4b776ed8be 100644 (file)
@@ -1,4 +1,4 @@
-EXTRA_DIST     = mksymlinks.sh acsite.m4 acconfig.h
+EXTRA_DIST     = mksymlinks.sh acsite.m4 acconfig.h SimGear.dsp SimGear.dsw
 
 SUBDIRS                = simgear
 
@@ -73,6 +73,7 @@ distclean:
 #
 
 dist-hook:
+       (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl)
        tar cf - simgear/metar | (cd $(distdir); tar xvf -)
        @list='@subdirs@'; \
        target=distclean; \
diff --git a/NEWS b/NEWS
index 039c0031167b3039414243dd59a53586a18ae43f..bbe6d49ebdc027e46c90491e37dd12f492b7a80d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
 New in 0.0.14
+* December 14, 2000
 * Added a module to manage waypoints and routes, calculate bearing and
   distance to next waypoint, lateral distance off route, etc.
 * Moved some of the basic time management code over from flightgear.
@@ -13,7 +14,6 @@ New in 0.0.14
 * Fixed sky dome so that the color at the horizon will always match
   the specified fog color.
 * Did a fair amount of fg -> sg name space updating (lots left to do.)
-* December 14, 2000
 * Added support for KAI C++ on linux.
 * MSVC tweaks.
 * MacOS tweaks.
index fffe05c5e762c7dae46ed9718184d240bac0e3bc..fbd3deb809170e0e3101a702958ae6bd5efd1644 100644 (file)
@@ -6,7 +6,7 @@ dnl $Id$
 AC_INIT(simgear/bucket/newbucket.cxx)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.0.14)
+AM_INIT_AUTOMAKE(SimGear, 0.0.15)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.
@@ -268,7 +268,6 @@ AC_OUTPUT( \
        simgear/Makefile \
        simgear/version.h \
        simgear/bucket/Makefile \
-       simgear/camera/Makefile \
        simgear/debug/Makefile \
        simgear/ephemeris/Makefile \
        simgear/io/Makefile \