GNU Bash 3.2.48 as released on ftp.gnu.org.
[bash.git] / po / Rules-builtins
blob57df81c9cd7beb592ea2370d3cbee9302e4f8f20
2 # Update the strings from the builtins' long docs.  Must be called when
3 # bash.pot exists, in the middle of the bash.pot-update recipe
5 builtins.pot-update:    $(top_builddir)/builtins/builtins.c
6         $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_builddir)/builtins \
7                 $(XGETTEXT_OPTIONS) --omit-header \
8           --copyright-holder='$(COPYRIGHT_HOLDER)' \
9           --join-existing \
10           builtins.c
12 # This rule has no dependencies: we don't need to update builtins.pot at
13 # every "make" invocation, only create it when it is missing.
14 # Only "make builtins.pot-update" or "make dist" will force an update.
15 $(srcdir)/builtins.pot:
16         $(MAKE) builtins.pot-update
18 xdist:
19         $(MAKE) update-po