summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-06-29 14:01:54 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-06-29 14:01:54 +0300
commitb344c651fb87cb7c7f9f59b714e2879e777caf66 (patch)
tree9c94ce4906c3ad4dbfff8c5196c3fe69e7293f60 /GNUmakefile.in
parentae90128dc5f8412c8ce31804bbf0a0f8ab345db1 (diff)
downloadpostgresql-b344c651fb87cb7c7f9f59b714e2879e777caf66.tar.gz
Make init-po and update-po recursive make targets
This is for convenience, now that adding recursive targets is much easier than it used to be when the NLS stuff was initially added.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 5ebdb8b202..17b1b3b5a4 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -39,7 +39,7 @@ install-world:
# build src/ before contrib/
install-world-contrib-recurse: install-world-src-recurse
-$(call recurse,installdirs uninstall coverage,doc src config)
+$(call recurse,installdirs uninstall coverage init-po update-po,doc src config)
$(call recurse,distprep,doc src config contrib)