Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e72187d7
Commit
e72187d7
authored
Jan 15, 2009
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make .pot files depend on the makefiles, so that they are updated when the
file or trigger function lists are changed.
parent
9173d759
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/nls-global.mk
src/nls-global.mk
+3
-3
No files found.
src/nls-global.mk
View file @
e72187d7
# $PostgreSQL: pgsql/src/nls-global.mk,v 1.1
8 2009/01/09 12:37:37
petere Exp $
# $PostgreSQL: pgsql/src/nls-global.mk,v 1.1
9 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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment