summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-12-14 10:43:21 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-12-14 10:43:21 +0100
commitde736a2222a4ffe7dfb82b60ba2fa10192548a31 (patch)
tree4ecc07aeb3c167ec021bc1a33ca603ef0ca3c628 /doc
parentd7a59576910338592410afd23bb726348fa59000 (diff)
parent33263a0fec525a7dfb0b0b0c0c21bb9d35b1d12f (diff)
downloadautomake-de736a2222a4ffe7dfb82b60ba2fa10192548a31.tar.gz
Merge branch 'maint'
* maint: docs: fixlet about xz compression levels and command line options maint: more files excluded in 'update-copyright' maint: adapt 'update-copyright' recipe to the new $(FETCHFILES) format HACKING: update instructions to update the manuals at www.gnu.org maint: add an explicative comment in Makefile maint: factor out the name of the dir where web manuals are generated maint: rename rules to build/upload web manuals cosmetic: minor variable and rules reordering in Makefile.am docs: build the web manuals for CVS in the builddir, not in the srcdir release: automate uploading of web manuals in CVS docs: AM_CFLAGS: remove reference to non-existing "more detailed" desc tests: avoid two spurious failures on FreeBSD tests: improve 'pkg-config' requirement
Diffstat (limited to 'doc')
-rw-r--r--doc/automake.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index 1c96940f3..d2e3b3897 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -8681,7 +8681,7 @@ By default, this rule makes @samp{xz} use a compression option of
@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=-7e}.
+@samp{make dist-xz XZ_OPT=-ve}.
@trindex dist-xz
@item @code{dist-zip}