Changes for 0.7.8
This commit is contained in:
parent
f2ba7aefa6
commit
36ef15940e
2
Doxyfile
2
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.
|
||||
|
@ -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; \
|
||||
|
5
am2dsp.cfg
Normal file
5
am2dsp.cfg
Normal file
@ -0,0 +1,5 @@
|
||||
exclude_dir = threads
|
||||
include_path = .
|
||||
include_path = ..
|
||||
include_path = .\SimGear
|
||||
#include_path = \usr\include
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user