Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 41a8562

Browse files
committed
Create "po" subdirectory before writing there.
1 parent d525ab8 commit 41a8562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nls-global.mk

+2-1
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)