diff options
-rw-r--r-- | doc/automake.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |