X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile.am;h=3422ea2f581b6e737c957663006b515de1a80fea;hb=4c01e0e76aafba5b0d8b103a0d37bacd542e1154;hp=245d06b6009a5e932a332aa3c593525cf31d3ffc;hpb=83387899cfb9f7a40e81014b5c701ec6fd090d37;p=flightgear.git diff --git a/Makefile.am b/Makefile.am index 245d06b60..3422ea2f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) + (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 hints) | (cd $(distdir); tar xvf -) - # tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd $(distdir); tar xvf -) + -cf - docs-mini ) | (cd $(distdir); tar xvf -) ########################################################################## @@ -92,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: