Revision 8ab8e969 autotools/docbook-wrapper
b/autotools/docbook-wrapper | ||
---|---|---|
5 | 5 |
input="${1}" |
6 | 6 |
output="${2}" |
7 | 7 |
|
8 |
# docbook2man inserts a date formatted using the current locale into its |
|
9 |
# output. Using the "C" locale makes sure it's always in the default format. |
|
10 |
export LC_ALL=C |
|
11 |
|
|
8 | 12 |
case "${output}" in |
9 | 13 |
*.pdf) cmd=docbook2pdf ;; |
10 | 14 |
*.html) cmd='docbook2html --nochunks' ;; |
Also available in: Unified diff