* automake.in (lang_vala_finish_target): Fix typo in comment.
* doc/automake.texi (Vala Support): Fix typo. Declare vala
support as "initial".
* NEWS: Likewise, declare vala support as "initial".
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2009-04-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ More minor fixups to vala support.
+ * automake.in (lang_vala_finish_target): Fix typo in comment.
+ * doc/automake.texi (Vala Support): Fix typo. Declare vala
+ support as "initial".
+ * NEWS: Likewise, declare vala support as "initial".
+
2009-04-05 Jürg Billeter <j@bitron.ch>
Improve Vala support.
* Languages changes:
- - Vala 0.7.0 and later is supported now.
+ - There is initial support for the Vala programming language, when using
+ Vala 0.7.0 or later.
* Miscellaneous Changes:
$clean_files{"${derived}_vala.stamp"} = MAINTAINER_CLEAN;
}
-# Add output ruless to invoke valac and create stamp file as a witness
+# Add output rules to invoke valac and create stamp file as a witness
# to handle multiple outputs. This function is called after all source
# file processing is done.
sub lang_vala_finish
@cindex Vala Support
@cindex Support for Vala
-Automake provides support for Vala (@uref{http://www.vala-project.org/}).
+Automake provides initial support for Vala
+(@uref{http://www.vala-project.org/}).
This requires valac version 0.7.0 or later.
@example
foo_SOURCES = foo.vala bar.vala zardoc.c
@end example
-Any @file{.vala} file listed in a @code{_SOURCE} variable will be
+Any @file{.vala} file listed in a @code{_SOURCES} variable will be
compiled into C code by the Vala compiler. The generated @file{.c} files are
distributed. The end user does not need to have a Vala compiler installed.