help2man: update to 1.47.4
Also disable i18n because that seems to be causing many problem to Mac users building Spot for git and not knowing how to install Locale::gettext. * tools/help2man: Update from upstream, plus the two changes from2b4cf8e7cbandf7b65001e9. * bin/man/Makefile.am: Remove the -L flag.
This commit is contained in:
parent
2dfe429447
commit
ca6435d847
2 changed files with 185 additions and 110 deletions
|
|
@ -20,9 +20,9 @@
|
|||
common_dep = $(top_srcdir)/configure.ac
|
||||
x_to_1 = $(top_builddir)/tools/x-to-1
|
||||
convman = ARGP_HELP_FMT=header-col=0 $(SHELL) "$(x_to_1)" \
|
||||
"$(PERL)" "$(top_srcdir)/tools/help2man -N -L 'en_US.UTF-8'"
|
||||
"$(PERL)" "$(top_srcdir)/tools/help2man -N"
|
||||
convman7 = ARGP_HELP_FMT=header-col=0 $(SHELL) "$(x_to_1)" \
|
||||
"$(PERL)" "$(top_srcdir)/tools/help2man -s7 -N -L 'en_US.UTF-8'"
|
||||
"$(PERL)" "$(top_srcdir)/tools/help2man -s7 -N"
|
||||
|
||||
dist_man1_MANS = \
|
||||
autfilt.1 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue