]> git.mxchange.org Git - flightgear.git/blobdiff - Makefile.am
Fixed a bug in radiostack->search() when switching freq. to a different
[flightgear.git] / Makefile.am
index 9f83df0f5ebe49e7371d0217e5411f5f2c6e3dce..a9dbbeebb39b4e6e3ffcf30ed6526e0865599f73 100644 (file)
@@ -6,7 +6,7 @@ EXTRA_DIST = Thanks acsite.m4 acconfig.h irix-hack.pl \
        FlightGear.dsp FlightGear.dsw
 
 dist-hook:
-       (cd $(top_srcdir); ../admin/am2dsp.pl)
+       (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 -)
@@ -26,15 +26,14 @@ fgfs-base: fgfs-base-tar fgfs-base-zip fgfs-base-patch fgfs-textures-high
 
 fgfs-base-tar:
        (cd $(HOME); \
-       tar --exclude=CVS -czvf fgfs-base-$(VERSION).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/w130n30/w123n37 \
        FlightGear/Scenery/w130n30/w122n37 \
        FlightGear/Sounds \
-       FlightGear/Textures \
-       FlightGear/T[A-Za-df-z]* \
-       FlightGear/[U-W]* FlightGear/[c-m]*)
+       FlightGear/[T-Za]* FlightGear/[c-z]*)
 
 fgfs-base-zip:
        (cd $(HOME); \
@@ -44,10 +43,8 @@ fgfs-base-zip:
        FlightGear/Scenery/w130n30/w123n37 \
        FlightGear/Scenery/w130n30/w122n37 \
        FlightGear/Sounds \
-       FlightGear/Textures \
-       FlightGear/T[A-Za-df-z]* \
-       FlightGear/[U-W]* FlightGear/[c-z]* \
-       -x '*/CVS/*' )
+       FlightGear/[T-Za]* FlightGear/[c-z]* \
+       -x '*/CVS/*' -x '*/Textures/Unused/*' )
 
 fgfs-base-patch:
        (cd $(HOME); \
@@ -57,9 +54,7 @@ fgfs-base-patch:
        FlightGear/Scenery/w130n30/w123n37 \
        FlightGear/Scenery/w130n30/w122n37 \
        FlightGear/Sounds \
-       FlightGear/Textures \
-       FlightGear/T[A-Za-df-z]* \
-       FlightGear/[U-W]* FlightGear/[c-m]*)
+       FlightGear/[T-Za]* FlightGear/[c-z]*)
 
 fgfs-textures-high:
        (cd $(HOME); \
@@ -78,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