diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-06-29 14:01:54 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-06-29 14:01:54 +0300 |
commit | b344c651fb87cb7c7f9f59b714e2879e777caf66 (patch) | |
tree | 9c94ce4906c3ad4dbfff8c5196c3fe69e7293f60 /GNUmakefile.in | |
parent | ae90128dc5f8412c8ce31804bbf0a0f8ab345db1 (diff) | |
download | postgresql-b344c651fb87cb7c7f9f59b714e2879e777caf66.tar.gz postgresql-b344c651fb87cb7c7f9f59b714e2879e777caf66.zip |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 5ebdb8b202c..17b1b3b5a40 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) |