X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile.am;h=3422ea2f581b6e737c957663006b515de1a80fea;hb=f10f03fd439c04a563c8e0043129fd3164e77567;hp=2ff8003b255911d395fa29b3d887bd64ca81a120;hpb=69189afd23dcab1da5307d68aeb7a922cf6ec333;p=flightgear.git diff --git a/Makefile.am b/Makefile.am index 2ff8003b2..3422ea2f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,19 @@ SUBDIRS = \ tests \ - src \ + man \ scripts \ - man + src \ + utils EXTRA_DIST = \ Thanks \ - acsite.m4 \ - acconfig.h \ + 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 -) @@ -99,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: