pgsql: Fix Makefile so invalid characters warning preserves error code - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix Makefile so invalid characters warning preserves error code
Date
Msg-id E1tIcJH-000ygh-A8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix Makefile so invalid characters warning preserves error code

Fix for commit e4c8865196f.

Reported-by: Peter Eisentraut

Discussion: https://postgr.es/m/88cb6ecf-22bb-431e-974b-1cd236a80364@eisentraut.org

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/498f130756914e1bc3125ddfc7e5c86f38ded8e8

Modified Files
--------------
doc/src/sgml/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Now that we have non-Latin1 SGML detection, restore Latin1 chars
Next
From: Tom Lane
Date:
Subject: pgsql: Define __EXTENSIONS__ on Solaris, too.