Skip to content

Commit b344c65

Browse files
committed
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.
1 parent ae90128 commit b344c65

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

GNUmakefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install-world:
3939
# build src/ before contrib/
4040
install-world-contrib-recurse: install-world-src-recurse
4141

42-
$(call recurse,installdirs uninstall coverage,doc src config)
42+
$(call recurse,installdirs uninstall coverage init-po update-po,doc src config)
4343

4444
$(call recurse,distprep,doc src config contrib)
4545

src/Makefile.global.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# Meta configuration
2020

21-
standard_targets = all install installdirs uninstall distprep clean distclean maintainer-clean coverage check installcheck maintainer-check
21+
standard_targets = all install installdirs uninstall distprep clean distclean maintainer-clean coverage check installcheck maintainer-check init-po update-po
2222
# these targets should recurse even into subdirectories not being built:
2323
standard_always_targets = distprep clean distclean maintainer-clean
2424

src/pl/plpgsql/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ subdir = src/pl/plpgsql
1212
top_builddir = ../../..
1313
include $(top_builddir)/src/Makefile.global
1414

15-
all install installdirs uninstall distprep clean distclean maintainer-clean coverage:
16-
$(MAKE) -C src $@
15+
SUBDIRS = src
16+
17+
$(recurse)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy