Break up long GETTEXT_FILES lists
Peter Eisentraut <peter@eisentraut.org>
Break up long GETTEXT_FILES lists One file per line seems best. We already did this in some cases. This adopts the same format everywhere (except in some cases where the list reasonably fits on one line).
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/initdb/nls.mk | modified | +12 −1 |
| src/bin/pg_ctl/nls.mk | modified | +5 −1 |
| src/bin/pg_dump/nls.mk | modified | +19 −7 |
| src/bin/pg_resetwal/nls.mk | modified | +3 −1 |
| src/bin/pg_rewind/nls.mk | modified | +14 −1 |
| src/bin/pg_upgrade/nls.mk | modified | +15 −3 |
| src/bin/pg_waldump/nls.mk | modified | +4 −1 |
| src/bin/psql/nls.mk | modified | +23 −7 |
| src/bin/scripts/nls.mk | modified | +11 −5 |
| src/interfaces/libpq/nls.mk | modified | +14 −1 |
| src/pl/plpgsql/src/nls.mk | modified | +6 −1 |
| src/pl/plpython/nls.mk | modified | +12 −2 |