Skip to content

Commit f5008f5

Browse files
avargitster
authored andcommitted
git-sh-i18n--envsubst: add SYNOPSIS section to the documentation
Change the documentation for the git-sh-i18n--envsubst program to include a SYNOPSIS section. Include the invocation of the program from git-sh-i18n.sh. Not having a SYNOPSIS section caused the "doc" target to fail on Centos 5.5 with asciidoc 8.2.5, while building with 8.6.4 on Debian works just fine. The relevant error was: ERROR: git-sh-i18n--envsubst.txt: line 9: second section must be named SYNOPSIS Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a9930e3 commit f5008f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/git-sh-i18n--envsubst.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ NAME
55
----
66
git-sh-i18n--envsubst - Git's own envsubst(1) for i18n fallbacks
77

8+
SYNOPSIS
9+
--------
10+
[verse]
11+
eval_gettext () {
12+
printf "%s" "$1" | (
13+
export PATH $('git sh-i18n--envsubst' --variables "$1");
14+
'git sh-i18n--envsubst' "$1"
15+
)
16+
}
17+
818
DESCRIPTION
919
-----------
1020

0 commit comments

Comments
 (0)