We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d525ab8 commit 41a8562Copy full SHA for 41a8562
src/nls-global.mk
@@ -1,4 +1,4 @@
1
-# $Header: /cvsroot/pgsql/src/nls-global.mk,v 1.5 2002/08/21 20:42:24 petere Exp $
+# $Header: /cvsroot/pgsql/src/nls-global.mk,v 1.6 2002/08/29 22:13:01 petere Exp $
2
3
# Common rules for Native Language Support (NLS)
4
#
@@ -57,6 +57,7 @@ $(srcdir)/po/$(CATALOG_NAME).pot: $(GETTEXT_FILES)
57
# consistent #: file references in the po files.
58
$(XGETTEXT) -D $(srcdir) -n $(addprefix -k, $(GETTEXT_TRIGGERS)) $(GETTEXT_FILES)
59
endif
60
+ @$(mkinstalldirs) $(dir $@)
61
mv messages.po $@
62
else # not XGETTEXT
63
@echo "You don't have 'xgettext'."; exit 1
0 commit comments