git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9173d75)
Make .pot files depend on the makefiles, so that they are updated when the
2009年1月15日 09:01:24 +0000 (09:01 +0000)
2009年1月15日 09:01:24 +0000 (09:01 +0000)
file or trigger function lists are changed.


diff --git a/src/nls-global.mk b/src/nls-global.mk
index 872e75b6e0e2764612a270465fa4ae9f5ffb42e9..d4c47b0562d2459655f119620c530b8bc91d5495 100644 (file)
--- a/src/nls-global.mk
+++ b/src/nls-global.mk
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/src/nls-global.mk,v 1.18 2009年01月09日 12:37:37 petere Exp $
+# $PostgreSQL: pgsql/src/nls-global.mk,v 1.19 2009年01月15日 09:01:24 petere Exp $
# Common rules for Native Language Support (NLS)
#
@@ -47,10 +47,10 @@ all-po: $(MO_FILES)
ifdef XGETTEXT
ifeq ($(word 1,$(GETTEXT_FILES)),+)
-po/$(CATALOG_NAME).pot: $(word 2, $(GETTEXT_FILES))
+po/$(CATALOG_NAME).pot: $(word 2, $(GETTEXT_FILES)) $(MAKEFILE_LIST)
$(XGETTEXT) -D $(srcdir) -n $(addprefix -k, $(GETTEXT_TRIGGERS)) -f $<
else
-po/$(CATALOG_NAME).pot: $(GETTEXT_FILES)
+po/$(CATALOG_NAME).pot: $(GETTEXT_FILES) $(MAKEFILE_LIST)
# Change to srcdir explicitly, don't rely on $^. That way we get
# consistent #: file references in the po files.
$(XGETTEXT) -D $(srcdir) -n $(addprefix -k, $(GETTEXT_TRIGGERS)) $(GETTEXT_FILES)
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /