Hello list,

See attachment for the patch; it's a trivial typo fix.

Regards,
Nikolaos Chatzikonstantinou
From 3db0d934f4d14c444ce61a80efac47115d8d1498 Mon Sep 17 00:00:00 2001
From: Nikolaos Chatzikonstantinou <nchatz...@gmail.com>
Date: Sat, 22 Mar 2025 02:31:23 -0400
Subject: [PATCH] doc: SUFFIXES example typo.

* doc/automake.texi (Suffixes): The two suffixes are .idlC and .cpp, not .idl
and C.cpp.
---
 doc/automake.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/automake.texi b/doc/automake.texi
index 91364148a..772225bd8 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -11586,7 +11586,7 @@ the @samp{.idlC.cpp:} rule as an attempt to transform @file{.idlC} files into
 
 @c Keep in sync with suffix7.sh
 @example
-SUFFIXES = .idl C.cpp
+SUFFIXES = .idlC .cpp
 .idlC.cpp:
         # whatever
 @end example
-- 
2.39.5

Reply via email to