@option{-e}. To make it use a different one, set the @env{XZ_OPT}
environment variable. For example, run this command to use the
default compression ratio, but with a progress indicator:
-@samp{make dist-xz XZ_OPT=-ve}.
-@trindex dist-xz
+@smallexample
- make dist AM_DIST_FORMATS=xz XZ_OPT=-7e
++make dist AM_DIST_FORMATS=xz XZ_OPT=-ve
+@end smallexample
+@cindex xz compression
+@cindex Compression, xz format
-@item @code{dist-zip}
+@item @code{zip}
Generate a zip archive of the distribution.
-@trindex dist-zip
+@cindex zip compression
+@cindex Compression, zip format
-@item @code{dist-tarZ}
-Generate a compressed tar archive of
-the distribution.
-@trindex dist-tarZ
@end table
-The rule @code{dist} (and its historical synonym @code{dist-all}) will
-create archives in all the enabled formats, @ref{Options}. By
-default, only the @code{dist-gzip} target is hooked to @code{dist}.
-
@node Tests
@chapter Support for test suites