]> 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 923d46dfb4b203b4dfdaff7d8f49d30e91c7208c..3422ea2f581b6e737c957663006b515de1a80fea 100644 (file)
@@ -1,19 +1,19 @@
 SUBDIRS = \
        tests \
-       src \
+       man \
         scripts \
-       man
+       src \
+        utils
 
 EXTRA_DIST = \
        Thanks \
        acinclude.m4 \
        autogen.sh \
-       irix-hack.sh \
        FlightGear.dsp \
        FlightGear.dsw
 
 dist-hook:
-       (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl)
+       (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 -)
 
@@ -98,7 +98,8 @@ fgfs-manual-zip:
 
 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: