bug#16341: vala does not respect -d/--directory to generate dependency rules

2014-01-04 Thread Jesse van den Kieboom
It seems that currently vala support in autotools does not properly respect
the -d/--directory flag (which sets an output directory for all generated
files). This makes non-recursive-make a bit more tedious if you have
multiple vala components and you want to generate the output in their
respective sub directories.


bug#16337: [PATCH] doc: fix encoding error with UTF-8 characters

2014-01-04 Thread Paul Eggert

Stefano Lattarini wrote:

please push (to the 'micro' branch) and close this bug
report once you're done


Thanks, done.





bug#16337: [PATCH] doc: fix encoding error with UTF-8 characters

2014-01-04 Thread Stefano Lattarini

Hi Paul, thanks for the patch.

Just one meta-nit: for issues this small, there is no need to open
a new bug report just to send the patch.  Simply send it to the 
automake-patches list instead.


On 04/01/14 05:56, Paul Eggert wrote:

* doc/automake.texi: Specify @documentencoding and
@documentlanguage, to prevent encoding errors for parts of this
input file that are UTF-8.  This also causes the .info output to
use curly quotes, which is easier to read though it does assume
UTF-8 support.
---
  doc/automake.texi | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/doc/automake.texi b/doc/automake.texi
index 6d90182..d9083a0 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -2,6 +2,8 @@
  @c %**start of header
  @setfilename automake.info
  @settitle automake
+@documentencoding UTF-8
+@documentlanguage en
  @setchapternewpage off
  @c %**end of header


Looks good; please push (to the 'micro' branch) and close this bug
report once you're done.

Thanks,
  Stefano