diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-06-26 20:08:38 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-06-26 20:08:38 +0300 |
commit | 1b11e239cac545b86886a30fa15ae1f7c2d6e385 (patch) | |
tree | d1a36676a16d0f136208bb1b234eea2034dd13fd /src/interfaces/ecpg/preproc | |
parent | 314837ec3b00bb387f1bd601faa9d535fa2dc80b (diff) |
Replace := by = in nls.mk files
It currently doesn't make a difference, but it's inconsistent with
most other usage, and it might interfere with a future patch, so I'll
change it all in a separate commit.
Also, replace tabs with spaces for alignment.
Diffstat (limited to 'src/interfaces/ecpg/preproc')
-rw-r--r-- | src/interfaces/ecpg/preproc/nls.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/preproc/nls.mk b/src/interfaces/ecpg/preproc/nls.mk index c9417481b73..f41cfc64cfc 100644 --- a/src/interfaces/ecpg/preproc/nls.mk +++ b/src/interfaces/ecpg/preproc/nls.mk @@ -1,5 +1,5 @@ # src/interfaces/ecpg/preproc/nls.mk -CATALOG_NAME = ecpg -AVAIL_LANGUAGES = de es fr it ja ko pt_BR tr zh_CN zh_TW -GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c +CATALOG_NAME = ecpg +AVAIL_LANGUAGES = de es fr it ja ko pt_BR tr zh_CN zh_TW +GETTEXT_FILES = descriptor.c ecpg.c pgc.c preproc.c type.c variable.c GETTEXT_TRIGGERS = _ mmerror:3 |