From: Karl Berry Date: Tue, 24 Nov 2020 22:24:22 +0000 (-0800) Subject: doc: typo. X-Git-Tag: v1.16.4~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f166f3c78cb36f907c415e93ec1e5ba8ece0a72;p=thirdparty%2Fautomake.git doc: typo. This change fixes https://bugs.gnu.org/44845. * doc/automake.texi (Vala Support): zardoz.c not zardoc.c. --- diff --git a/doc/automake.texi b/doc/automake.texi index 177bd66f9..390b4ffd2 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6953,7 +6953,7 @@ This requires valac version 0.7.0 or later, and currently requires the user to use GNU @command{make}. @example -foo_SOURCES = foo.vala bar.vala zardoc.c +foo_SOURCES = foo.vala bar.vala zardoz.c @end example Any @file{.vala} file listed in a @code{_SOURCES} variable will be