]> git.mxchange.org Git - flightgear.git/blobdiff - Makefile.am
Curtis found another inconsistency in the sky repaint check. I am afraid that adding...
[flightgear.git] / Makefile.am
index a9dbbeebb39b4e6e3ffcf30ed6526e0865599f73..3422ea2f581b6e737c957663006b515de1a80fea 100644 (file)
@@ -1,15 +1,21 @@
 SUBDIRS = \
        tests \
-       src
-
-EXTRA_DIST = Thanks acsite.m4 acconfig.h irix-hack.pl \
-       FlightGear.dsp FlightGear.dsw
+       man \
+        scripts \
+       src \
+        utils
+
+EXTRA_DIST = \
+       Thanks \
+       acinclude.m4 \
+       autogen.sh \
+       FlightGear.dsp \
+       FlightGear.dsw
 
 dist-hook:
-       (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl)
-       tar --exclude docs-mini/CVS --exclude hints/CVS -cf - docs-mini hints \
-               | (cd $(distdir); tar xvf -)
-       # tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd $(distdir); tar xvf -)
+       (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.9/admin/am2dsp.pl)
+       (cd $(top_srcdir); tar --exclude docs-mini/CVS --exclude hints/CVS \
+               -cf - docs-mini ) | (cd $(distdir); tar xvf -)
 
 
 ##########################################################################
@@ -26,7 +32,11 @@ fgfs-base: fgfs-base-tar fgfs-base-zip fgfs-base-patch fgfs-textures-high
 
 fgfs-base-tar:
        (cd $(HOME); \
-       tar --exclude=CVS --exclude='*/Textures/Unused' \
+       tar --exclude=CVS \
+       --exclude='*/c172/Instruments.high' \
+       --exclude='*/Models/Aircraft/*' \
+       --exclude='*/Textures/Unused' \
+       --exclude='*/Textures.high/*.save' \
        -czvf fgfs-base-$(VERSION).tar.gz \
        FlightGear/A[A-su-z]* \
        FlightGear/[B-CE-R]* \
@@ -44,11 +54,11 @@ fgfs-base-zip:
        FlightGear/Scenery/w130n30/w122n37 \
        FlightGear/Sounds \
        FlightGear/[T-Za]* FlightGear/[c-z]* \
-       -x '*/CVS/*' -x '*/Textures/Unused/*' )
+       -x '*/CVS/*' -x '*/Textures/Unused/*' -x '*/Models/Aircraft/*' )
 
 fgfs-base-patch:
        (cd $(HOME); \
-       tar --newer 10/12/2000 -czvf fgfs-base-patch-$(VERSION)c.tar.gz \
+       tar --newer 6/18/2001 -czvf fgfs-base-patch-$(VERSION)c.tar.gz \
        FlightGear/A[A-su-z]* \
        FlightGear/[B-CE-R]* \
        FlightGear/Scenery/w130n30/w123n37 \
@@ -73,22 +83,23 @@ jsbsim-data:
 fgfs-docs: fgfs-docs-tar fgfs-manual-zip
 
 fgfs-docs-tar:
-       ( cd $(HOME)/projects ; \
-       tar czvf fgfs-docs-$(VERSION).tar.gz FlightGear-0.7/docs )
+       ( cd $(HOME); \
+       tar czvf fgfs-docs-$(VERSION).tar.gz FlightGear/Docs )
 
 # fgfs-docs-zip:
 #      ( cd $(HOME)/projects ; \
 #      zip -r fgfs-docs-$(VERSION).zip FlightGear-0.7/docs )
 
 fgfs-manual-zip:
-       ( cd $(HOME)/projects ; \
-       zip -r fgfs-manual-$(VERSION).zip FlightGear-0.7/docs/InstallGuide )
+       ( cd $(HOME) ; \
+       zip -r fgfs-manual-$(VERSION).zip FlightGear/Docs/InstallGuide )
 
 # make the win32-bin distribution
 
 fgfs-win32-bin:
        (cd $(HOME); \
-       zip -r fgfs-win32-bin-$(VERSION).zip FlightGear/bin )
+       zip -r fgfs-win32-bin-$(VERSION).zip FlightGear/runfgfs.bat \
+        FlightGear/bin/Win32 )
 
 # make the win32-libs distribution (depricated)
 win32-libs: