Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
35179e8e
Commit
35179e8e
authored
Sep 02, 2002
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid shell syntax error if list of languages is empty.
parent
b1bacebe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/nls-global.mk
src/nls-global.mk
+3
-1
No files found.
src/nls-global.mk
View file @
35179e8e
# $Header: /cvsroot/pgsql/src/nls-global.mk,v 1.
6 2002/08/29 22:13:01
petere Exp $
# $Header: /cvsroot/pgsql/src/nls-global.mk,v 1.
7 2002/09/02 22:19:42
petere Exp $
# Common rules for Native Language Support (NLS)
# Common rules for Native Language Support (NLS)
#
#
...
@@ -65,9 +65,11 @@ endif # not XGETTEXT
...
@@ -65,9 +65,11 @@ endif # not XGETTEXT
install-po
:
all-po installdirs-po
install-po
:
all-po installdirs-po
ifneq
(,$(LANGUAGES))
for
lang
in
$(LANGUAGES)
;
do
\
for
lang
in
$(LANGUAGES)
;
do
\
$(INSTALL_DATA)
po/
$$
lang.mo
$(DESTDIR)$(localedir)
/
$$
lang/LC_MESSAGES/
$(CATALOG_NAME)
.mo
||
exit
1
;
\
$(INSTALL_DATA)
po/
$$
lang.mo
$(DESTDIR)$(localedir)
/
$$
lang/LC_MESSAGES/
$(CATALOG_NAME)
.mo
||
exit
1
;
\
done
done
endif
installdirs-po
:
installdirs-po
:
$(mkinstalldirs)
$(
foreach
lang,
$(LANGUAGES)
,
$(DESTDIR)$(localedir)
/
$(lang)
/LC_MESSAGES
)
$(mkinstalldirs)
$(
foreach
lang,
$(LANGUAGES)
,
$(DESTDIR)$(localedir)
/
$(lang)
/LC_MESSAGES
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment