]> git.mxchange.org Git - simgear.git/commitdiff
Changes for 0.7.8
authorcurt <curt>
Wed, 20 Jun 2001 18:12:18 +0000 (18:12 +0000)
committercurt <curt>
Wed, 20 Jun 2001 18:12:18 +0000 (18:12 +0000)
Doxyfile
Makefile.am
am2dsp.cfg [new file with mode: 0644]
configure.in

index ec122dd94039955bcf0ac5cf951af1dd4e8c58ea..6f00fe513c2169847e4c080a7037fdd6aa9c21e3 100644 (file)
--- 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. 
index b32b8a611123e92489523662bce59407812ff073..82f4c1608ce1efd6cc24c5deadf32b33daa663fc 100644 (file)
@@ -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 (file)
index 0000000..044bc9d
--- /dev/null
@@ -0,0 +1,5 @@
+exclude_dir = threads
+include_path = .
+include_path = ..
+include_path = .\SimGear
+#include_path = \usr\include
index d8f96de41ca0ee9d8e28e670ec3f6c5269df517b..8e210d9e79418e81a28514e2899557d306a33f1b 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.15)
+AM_INIT_AUTOMAKE(SimGear, 0.0.16)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.