Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41a8562

Browse files
committed
Create "po" subdirectory before writing there.
1 parentd525ab8 commit41a8562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/nls-global.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/src/nls-global.mk,v 1.5 2002/08/21 20:42:24 petere Exp $
1+
# $Header: /cvsroot/pgsql/src/nls-global.mk,v 1.6 2002/08/29 22:13:01 petere Exp $
22

33
# Common rules for Native Language Support (NLS)
44
#
@@ -57,6 +57,7 @@ $(srcdir)/po/$(CATALOG_NAME).pot: $(GETTEXT_FILES)
5757
# consistent #: file references in the po files.
5858
$(XGETTEXT) -D $(srcdir) -n $(addprefix -k, $(GETTEXT_TRIGGERS)) $(GETTEXT_FILES)
5959
endif
60+
@$(mkinstalldirs) $(dir $@)
6061
mv messages.po $@
6162
else# not XGETTEXT
6263
@echo "You don't have 'xgettext'."; exit 1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp