File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ install-world:
3939# build src/ before contrib/
4040install-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
Original file line number Diff line number Diff line change 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:
2323standard_always_targets = distprep clean distclean maintainer-clean
2424
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ subdir = src/pl/plpgsql
1212top_builddir = ../../..
1313include $(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)
You can’t perform that action at this time.
0 commit comments