X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile.am;h=61362b2c6ac522c6d60412001db456f38368b6b2;hb=bc3df74066bad4c48ad699032d80748cbfbd7269;hp=d90e76f01050f13a657a81be955ff8be0677df09;hpb=36ddc065ccc1c5ff3391cb86409aee9074cdda88;p=flightgear.git diff --git a/Makefile.am b/Makefile.am index d90e76f01..61362b2c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,22 @@ SUBDIRS = \ tests \ man \ - src - -EXTRA_DIST = Thanks acsite.m4 acconfig.h irix-hack.sh \ - FlightGear.dsp FlightGear.dsw + scripts \ + 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); tar --exclude docs-mini/CVS --exclude hints/CVS \ -cf - docs-mini ) | (cd $(distdir); tar xvf -) - # tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd $(distdir); tar xvf -) ########################################################################## @@ -93,7 +99,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: