]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaked doc archiving rules.
authorcurt <curt>
Thu, 11 Mar 1999 23:08:18 +0000 (23:08 +0000)
committercurt <curt>
Thu, 11 Mar 1999 23:08:18 +0000 (23:08 +0000)
Makefile.am

index b6b69dfcc27b658793a513df3e8310daeac730eb..5057f0371b9af2c9e7edd23bd94de6b2d46c7f53 100644 (file)
@@ -42,16 +42,19 @@ fgfs-base-zip:
 
 # make the documentation distribution
 
-fgfs-docs: fgfs-docs-tar fgfs-docs-zip
+fgfs-docs: fgfs-docs-tar fgfs-manual-zip
 
 fgfs-docs-tar:
        ( cd .. ; \
        tar czvf fgfs-docs-$(VERSION).tar.gz FlightGear/Docs )
 
-fgfs-docs-zip:
-       ( cd .. ; \
-       zip -r fgfs-docs-$(VERSION).zip FlightGear/Docs )
+fgfs-docs-zip:
+#      ( cd .. ; \
+#      zip -r fgfs-docs-$(VERSION).zip FlightGear/Docs )
 
+fgfs-manual-zip:
+       ( cd .. ; \
+       zip -r fgfs-manual-$(VERSION).zip FlightGear/Docs/InstallGuide )
 
 # make the win32-bin distribution