We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1baceb commit 35179e8Copy full SHA for 35179e8
src/nls-global.mk
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
# Common rules for Native Language Support (NLS)
4
#
@@ -65,9 +65,11 @@ endif # not XGETTEXT
65
66
67
install-po: all-po installdirs-po
68
+ifneq (,$(LANGUAGES))
69
for lang in $(LANGUAGES); do \
70
$(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME).mo || exit 1; \
71
done
72
+endif
73
74
installdirs-po:
75
$(mkinstalldirs) $(foreach lang, $(LANGUAGES), $(DESTDIR)$(localedir)/$(lang)/LC_MESSAGES)
0 commit comments