]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'master' into ng/master
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 14 Dec 2012 10:56:06 +0000 (11:56 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 14 Dec 2012 12:36:16 +0000 (13:36 +0100)
* master:
  fixup: source 'test-init.sh', not './defs', in a test
  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

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
HACKING
Makefile.am
configure.ac
doc/automake-ng.texi
gen-testsuite-part
t/ax/am-test-lib.sh
t/vala-headers.sh
t/vala-libs.sh
t/vala-non-recursive-setup.sh
t/vala-per-target-flags.sh
t/vala-recursive-setup.sh

diff --cc HACKING
Simple merge
diff --cc Makefile.am
Simple merge
diff --cc configure.ac
Simple merge
index 8bdfec1712eabdb7a7b340a5b313181f383cb1d7,d2e3b389750fc7c2743a6b06bef2a02495834580..7fb6cada80302d0d812b6c84559487617c99a77b
@@@ -8603,19 -8681,23 +8603,19 @@@ By default, this rule makes @samp{xz} u
  @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
Simple merge
Simple merge
Simple merge
diff --cc t/vala-libs.sh
Simple merge
Simple merge
Simple merge
Simple merge