From: curt Date: Wed, 20 Jun 2001 18:12:18 +0000 (+0000) Subject: Changes for 0.7.8 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=36ef15940e6f77892c1d15e636e157628cf1b59e;p=simgear.git Changes for 0.7.8 --- diff --git a/Doxyfile b/Doxyfile index ec122dd9..6f00fe51 100644 --- a/Doxyfile +++ b/Doxyfile @@ -22,7 +22,7 @@ PROJECT_NAME = SimGear # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.0.15 +PROJECT_NUMBER = 0.0.16 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/Makefile.am b/Makefile.am index b32b8a61..82f4c160 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,6 @@ dist-hook: $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl --lib) pwd echo "copying simgear/metar" - (cd $(top_srcdir); tar cf - simgear/metar) | (cd $(distdir); tar xvf -) echo "other stuff" @list='@subdirs@'; \ target=distclean; \ diff --git a/am2dsp.cfg b/am2dsp.cfg new file mode 100644 index 00000000..044bc9d0 --- /dev/null +++ b/am2dsp.cfg @@ -0,0 +1,5 @@ +exclude_dir = threads +include_path = . +include_path = .. +include_path = .\SimGear +#include_path = \usr\include diff --git a/configure.in b/configure.in index d8f96de4..8e210d9e 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ dnl $Id$ AC_INIT(simgear/bucket/newbucket.cxx) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.0.15) +AM_INIT_AUTOMAKE(SimGear, 0.0.16) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.