X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Makefile.am;h=a9dbbeebb39b4e6e3ffcf30ed6526e0865599f73;hb=c3e3e9f5d75de124e9c108da88d3d3d382a34570;hp=eca1d23946b65307eceeb6b1e4a74c75256f319a;hpb=567967cef124a9ef0656ea8cf5ed296cc7c825d2;p=flightgear.git diff --git a/Makefile.am b/Makefile.am index eca1d2394..a9dbbeebb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,11 @@ SUBDIRS = \ tests \ src -EXTRA_DIST = Thanks VERSION acsite.m4 acconfig.h irix-hack.pl +EXTRA_DIST = Thanks acsite.m4 acconfig.h irix-hack.pl \ + 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 -) @@ -20,35 +22,44 @@ dist-hook: # make the base distribution with textures, sounds and a bit of # scenery, and all the other associated files -fgfs-base: fgfs-base-tar fgfs-base-zip fgfs-base-patch +fgfs-base: fgfs-base-tar fgfs-base-zip fgfs-base-patch fgfs-textures-high fgfs-base-tar: (cd $(HOME); \ - tar czvf fgfs-base-$(VERSION)b.tar.gz \ + tar --exclude=CVS --exclude='*/Textures/Unused' \ + -czvf fgfs-base-$(VERSION).tar.gz \ FlightGear/A[A-su-z]* \ FlightGear/[B-CE-R]* \ - FlightGear/Scenery/w120n30/w111n33 \ + FlightGear/Scenery/w130n30/w123n37 \ + FlightGear/Scenery/w130n30/w122n37 \ FlightGear/Sounds \ - FlightGear/[T-W]* FlightGear/[c-m]*) + FlightGear/[T-Za]* FlightGear/[c-z]*) fgfs-base-zip: (cd $(HOME); \ - zip -rv fgfs-base-$(VERSION)b.zip \ + zip -rv fgfs-base-$(VERSION).zip \ FlightGear/A[A-su-z]* \ FlightGear/[B-CE-R]* \ - FlightGear/Scenery/w120n30/w111n33 \ + FlightGear/Scenery/w130n30/w123n37 \ + FlightGear/Scenery/w130n30/w122n37 \ FlightGear/Sounds \ - FlightGear/Textures FlightGear/Thanks \ - FlightGear/[T-W]* FlightGear/[c-z]*) + FlightGear/[T-Za]* FlightGear/[c-z]* \ + -x '*/CVS/*' -x '*/Textures/Unused/*' ) fgfs-base-patch: (cd $(HOME); \ - tar --newer 9/18/2000 -czvf fgfs-base-patch-$(VERSION).tar.gz \ + tar --newer 10/12/2000 -czvf fgfs-base-patch-$(VERSION)c.tar.gz \ FlightGear/A[A-su-z]* \ FlightGear/[B-CE-R]* \ - FlightGear/Scenery/w120n30/w111n33 \ + FlightGear/Scenery/w130n30/w123n37 \ + FlightGear/Scenery/w130n30/w122n37 \ FlightGear/Sounds \ - FlightGear/[T-W]* FlightGear/[c-m]*) + FlightGear/[T-Za]* FlightGear/[c-z]*) + +fgfs-textures-high: + (cd $(HOME); \ + tar -czvf fgfs-textures-high-$(VERSION)b.tar.gz \ + FlightGear/Textures.high) # make the mini JSBsim data distribution jsbsim-data: @@ -62,15 +73,15 @@ jsbsim-data: fgfs-docs: fgfs-docs-tar fgfs-manual-zip fgfs-docs-tar: - ( cd ../.. ; \ + ( cd $(HOME)/projects ; \ tar czvf fgfs-docs-$(VERSION).tar.gz FlightGear-0.7/docs ) # fgfs-docs-zip: -# ( cd ../.. ; \ +# ( cd $(HOME)/projects ; \ # zip -r fgfs-docs-$(VERSION).zip FlightGear-0.7/docs ) fgfs-manual-zip: - ( cd ../.. ; \ + ( cd $(HOME)/projects ; \ zip -r fgfs-manual-$(VERSION).zip FlightGear-0.7/docs/InstallGuide ) # make the win32-bin distribution