From: Peter Eisentraut Date: Thu, 29 Aug 2002 22:13:01 +0000 (+0000) Subject: Create "po" subdirectory before writing there. X-Git-Tag: REL7_3~696 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41a8562739879c7c385934e5c1bfef86cef9212c;p=postgresql Create "po" subdirectory before writing there. --- diff --git a/src/nls-global.mk b/src/nls-global.mk index 1576b48c07..72b774cb67 100644 --- a/src/nls-global.mk +++ b/src/nls-global.mk @@ -1,4 +1,4 @@ -# $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 $ # Common rules for Native Language Support (NLS) # @@ -57,6 +57,7 @@ $(srcdir)/po/$(CATALOG_NAME).pot: $(GETTEXT_FILES) # consistent #: file references in the po files. $(XGETTEXT) -D $(srcdir) -n $(addprefix -k, $(GETTEXT_TRIGGERS)) $(GETTEXT_FILES) endif + @$(mkinstalldirs) $(dir $@) mv messages.po $@ else # not XGETTEXT @echo "You don't have 'xgettext'."; exit 1