]> git.mxchange.org Git - flightgear.git/blobdiff - Makefile.am
Fix a bug with converting frequencies to "int".
[flightgear.git] / Makefile.am
index 9a5e299cd21f58f3bb6c498f4cece4ea597efea4..3c1ec90c47a46961cc3f54db2aa92d12f5595178 100644 (file)
@@ -24,7 +24,7 @@ fgfs-base: fgfs-base-tar fgfs-base-zip
 
 fgfs-base-tar:
        (cd $(HOME); \
-       tar czvf fgfs-base-$(VERSION).tar.gz \
+       tar czvf fgfs-base-$(VERSION)d.tar.gz \
        FlightGear/[A-CE-R]* \
        FlightGear/Scenery/w120n30/w111n33 \
        FlightGear/Sounds \
@@ -32,13 +32,21 @@ fgfs-base-tar:
 
 fgfs-base-zip:
        (cd $(HOME); \
-       zip -ryv fgfs-base-$(VERSION).zip \
+       zip -ryv fgfs-base-$(VERSION)d.zip \
        FlightGear/[A-CE-R]* \
        FlightGear/Scenery/w120n30/w111n33 \
        FlightGear/Sounds \
        FlightGear/Textures FlightGear/Thanks \
        FlightGear/[T-W]* FlightGear/[c-z]*)
 
+fgfs-base-patch:
+       (cd $(HOME); \
+       tar --newer 2/17/2000 -czvf fgfs-base-patch-$(VERSION)d.tar.gz \
+       FlightGear/[A-CE-R]* \
+       FlightGear/Scenery/w120n30/w111n33 \
+       FlightGear/Sounds \
+       FlightGear/[T-W]* FlightGear/[c-m]*)
+
 # make the mini JSBsim data distribution
 jsbsim-data:
        (cd $(HOME); \