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

Commitb1c5b34

Browse files
committed
Add missing dependency and fix thinko.
1 parent34d1cf8 commitb1c5b34

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎src/nls-global.mk

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/src/nls-global.mk,v 1.1 2001/06/02 18:25:17 petere Exp $
1+
# $Header: /cvsroot/pgsql/src/nls-global.mk,v 1.2 2001/06/30 21:58:06 petere Exp $
22

33
# Common rules for Native Language Support (NLS)
44
#
@@ -35,7 +35,9 @@ endif
3535
PO_FILES =$(addsuffix .po,$(LANGUAGES))
3636
MO_FILES =$(addsuffix .mo,$(LANGUAGES))
3737

38-
XGETTEXT += --foreign-user
38+
ifdefXGETTEXT
39+
XGETTEXT += --foreign-user -ctranslator
40+
endif
3941

4042

4143
all-po:$(MO_FILES)
@@ -48,10 +50,10 @@ distprep: $(srcdir)/$(CATALOG_NAME).pot
4850
ifdefXGETTEXT
4951
ifeq ($(word 1,$(GETTEXT_FILES)),+)
5052
$(srcdir)/$(CATALOG_NAME).pot:$(word 2,$(GETTEXT_FILES))
51-
$(XGETTEXT) -D$(srcdir) -ctranslator -n$(addprefix -k,$(GETTEXT_TRIGGERS)) -f$<
53+
$(XGETTEXT) -D$(srcdir) -n$(addprefix -k,$(GETTEXT_TRIGGERS)) -f$<
5254
else
5355
$(srcdir)/$(CATALOG_NAME).pot:$(GETTEXT_FILES)
54-
$(XGETTEXT) -ctranslator -n$(addprefix -k,$(GETTEXT_TRIGGERS))$^
56+
$(XGETTEXT) -n$(addprefix -k,$(GETTEXT_TRIGGERS))$^
5557
endif
5658
mv messages.po $@
5759
else# not XGETTEXT
@@ -75,7 +77,7 @@ clean-po:
7577
rm -f$(MO_FILES)
7678
@rm -f$(addsuffix .po.old,$(AVAIL_LANGUAGES))
7779

78-
maintainer-clean-po:
80+
maintainer-clean-po: clean-po
7981
rm -f$(srcdir)/$(CATALOG_NAME).pot
8082

8183

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp