File: Rules-builtins

package info (click to toggle)
bash 5.3-2
  • links: PTS
  • area: main
  • in suites: sid
  • size: 44,432 kB
  • sloc: ansic: 134,747; sh: 8,866; yacc: 5,966; makefile: 4,697; perl: 4,105; asm: 48; awk: 23; sed: 16
file content (19 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Update the strings from the builtins' long docs.  Must be called when
# bash.pot exists, in the middle of the bash.pot-update recipe
#
builtins.pot-update:	$(top_builddir)/builtins/builtins.c
	$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_builddir)/builtins \
		$(XGETTEXT_OPTIONS) --omit-header \
	  --copyright-holder='$(COPYRIGHT_HOLDER)' \
	  --join-existing \
	  builtins.c

# This rule has no dependencies: we don't need to update builtins.pot at
# every "make" invocation, only create it when it is missing.
# Only "make builtins.pot-update" or "make dist" will force an update.
$(srcdir)/builtins.pot:
	$(MAKE) builtins.pot-update

xdist:
	$(MAKE) update-po