Skip to content
Snippets Groups Projects
Commit 41a85627 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Create "po" subdirectory before writing there.

parent d525ab81
No related branches found
No related tags found
No related merge requests found
# $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) # Common rules for Native Language Support (NLS)
# #
...@@ -57,6 +57,7 @@ $(srcdir)/po/$(CATALOG_NAME).pot: $(GETTEXT_FILES) ...@@ -57,6 +57,7 @@ $(srcdir)/po/$(CATALOG_NAME).pot: $(GETTEXT_FILES)
# consistent #: file references in the po files. # consistent #: file references in the po files.
$(XGETTEXT) -D $(srcdir) -n $(addprefix -k, $(GETTEXT_TRIGGERS)) $(GETTEXT_FILES) $(XGETTEXT) -D $(srcdir) -n $(addprefix -k, $(GETTEXT_TRIGGERS)) $(GETTEXT_FILES)
endif endif
@$(mkinstalldirs) $(dir $@)
mv messages.po $@ mv messages.po $@
else # not XGETTEXT else # not XGETTEXT
@echo "You don't have 'xgettext'."; exit 1 @echo "You don't have 'xgettext'."; exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment