regenerated built files (gengetopt/help2man)

includes an explicit locale for help2man to recognize umlauts.

partially fixes https://github.com/OpenSC/OpenSC/issues/1365
This commit is contained in:
Frank Morgner 2018-05-21 20:57:13 +02:00
parent 4590d915b9
commit 45e4f546c2
11 changed files with 37 additions and 29 deletions

View File

@ -19,6 +19,8 @@ do_subst = $(SED) \
-e 's,[@]VDFORMAT[@],$(VDFORMAT),g' \
-e 's,[@]X509DIR[@],$(X509DIR),g'
HELP2MAN_LOCALE ?= C.UTF-8
EGK_TOOL_BUILT_SOURCES = egk-tool-cmdline.h egk-tool-cmdline.c
NPA_TOOL_BUILT_SOURCES = npa-tool-cmdline.h npa-tool-cmdline.c
OPENSC_NOTIFY_BUILT_SOURCES = opensc-notify-cmdline.h opensc-notify-cmdline.c
@ -109,6 +111,7 @@ npa-tool.1:
$(HELP2MAN) \
--output=$@ \
--no-info \
--locale=$(HELP2MAN_LOCALE) \
--source='$(PACKAGE_STRING)' \
$(builddir)/npa-tool$(EXEEXT)
@ -136,6 +139,7 @@ opensc-notify.1:
$(HELP2MAN) \
--output=$@ \
--no-info \
--locale=$(HELP2MAN_LOCALE) \
--source='$(PACKAGE_STRING)' \
$(builddir)/opensc-notify$(EXEEXT)
@ -163,6 +167,7 @@ egk-tool.1:
$(HELP2MAN) \
--output=$@ \
--no-info \
--locale=$(HELP2MAN_LOCALE) \
--source='$(PACKAGE_STRING)' \
$(builddir)/egk-tool$(EXEEXT)
@ -187,6 +192,7 @@ opensc-asn1.1:
$(HELP2MAN) \
--output=$@ \
--no-info \
--locale=$(HELP2MAN_LOCALE) \
--source='$(PACKAGE_STRING)' \
$(builddir)/opensc-asn1$(EXEEXT)

View File

@ -1,7 +1,7 @@
/*
File autogenerated by gengetopt version 2.22.6
generated with the following command:
/usr/local/bin/gengetopt --include-getopt --file-name=egk-tool-cmdline --output-dir=.
/usr/bin/gengetopt --include-getopt --file-name=egk-tool-cmdline --output-dir=.
The developers of gengetopt consider the fixed text that goes in all
gengetopt output files to be in the public domain:
@ -42,7 +42,7 @@ const char *gengetopt_args_info_help[] = {
" --vd Show 'Allgemeine Versicherungsdaten' (XML) (default=off)",
" --gvd Show 'Geschützte Versicherungsdaten' (XML) (default=off)",
" --vsd-status Show 'Versichertenstammdaten-Status' (default=off)",
"\nReport bugs to opensc-devel@lists.sourceforge.net\n\nWritten by Frank Morgner <frankmorgner@gmail.com>",
"\nReport bugs to https://github.com/OpenSC/OpenSC/issues\n\nWritten by Frank Morgner <frankmorgner@gmail.com>",
0
};

View File

@ -42,8 +42,8 @@ struct gengetopt_args_info
int reader_arg; /**< @brief Number of the PC/SC reader to use (-1 for autodetect) (default='-1'). */
char * reader_orig; /**< @brief Number of the PC/SC reader to use (-1 for autodetect) original value given at command line. */
const char *reader_help; /**< @brief Number of the PC/SC reader to use (-1 for autodetect) help description. */
unsigned int verbose_min; /**< @brief Use (several times) to be more verbose's minimum occurrences */
unsigned int verbose_max; /**< @brief Use (several times) to be more verbose's maximum occurrences */
unsigned int verbose_min; /**< @brief Use (several times) to be more verbose's minimum occurreces */
unsigned int verbose_max; /**< @brief Use (several times) to be more verbose's maximum occurreces */
const char *verbose_help; /**< @brief Use (several times) to be more verbose help description. */
int pd_flag; /**< @brief Show 'Persönliche Versicherungsdaten' (XML) (default=off). */
const char *pd_help; /**< @brief Show 'Persönliche Versicherungsdaten' (XML) help description. */

View File

@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH EGK-TOOL "1" "Oktober 2017" "OpenSC 0.17.0" "User Commands"
.TH EGK-TOOL "1" "May 2018" "OpenSC 0.18.0" "User Commands"
.SH NAME
egk-tool \- manual page for egk-tool 0.17.0
egk-tool \- manual page for egk-tool 0.18.0
.SH SYNOPSIS
.B egk-tool
[\fI\,OPTIONS\/\fR]...
.SH DESCRIPTION
egk\-tool 0.17.0
egk\-tool 0.18.0
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help and exit
@ -36,4 +36,4 @@ Show 'Versichertenstammdaten\-Status' (default=off)
.SH AUTHOR
Written by Frank Morgner <frankmorgner@gmail.com>
.SH "REPORTING BUGS"
Report bugs to opensc\-devel@lists.sourceforge.net
Report bugs to https://github.com/OpenSC/OpenSC/issues

View File

@ -93,7 +93,7 @@ const char *gengetopt_args_info_help[] = {
" -t, --translate=FILENAME File with APDUs of HEX_STRINGs to send through\n the secure channel (default=`stdin')",
" --tr-03110v201 Force compliance to BSI TR-03110 version 2.01\n (default=off)",
" --disable-all-checks Disable all checking of fly-by-data\n (default=off)",
"\nReport bugs to opensc-devel@lists.sourceforge.net\n\nWritten by Frank Morgner <frankmorgner@gmail.com>",
"\nReport bugs to https://github.com/OpenSC/OpenSC/issues\n\nWritten by Frank Morgner <frankmorgner@gmail.com>",
0
};

View File

@ -42,8 +42,8 @@ struct gengetopt_args_info
int reader_arg; /**< @brief Number of the PC/SC reader to use (-1 for autodetect) (default='-1'). */
char * reader_orig; /**< @brief Number of the PC/SC reader to use (-1 for autodetect) original value given at command line. */
const char *reader_help; /**< @brief Number of the PC/SC reader to use (-1 for autodetect) help description. */
unsigned int verbose_min; /**< @brief Use (several times) to be more verbose's minimum occurrences */
unsigned int verbose_max; /**< @brief Use (several times) to be more verbose's maximum occurrences */
unsigned int verbose_min; /**< @brief Use (several times) to be more verbose's minimum occurreces */
unsigned int verbose_max; /**< @brief Use (several times) to be more verbose's maximum occurreces */
const char *verbose_help; /**< @brief Use (several times) to be more verbose help description. */
char * pin_arg; /**< @brief Run PACE with (transport) eID-PIN. */
char * pin_orig; /**< @brief Run PACE with (transport) eID-PIN original value given at command line. */
@ -68,8 +68,8 @@ struct gengetopt_args_info
const char *unblock_help; /**< @brief Unblock PIN (uses PUK to activate three more retries) help description. */
char ** cv_certificate_arg; /**< @brief Card Verifiable Certificate to create a certificate chain. Can be used multiple times (order is important).. */
char ** cv_certificate_orig; /**< @brief Card Verifiable Certificate to create a certificate chain. Can be used multiple times (order is important). original value given at command line. */
unsigned int cv_certificate_min; /**< @brief Card Verifiable Certificate to create a certificate chain. Can be used multiple times (order is important).'s minimum occurrences */
unsigned int cv_certificate_max; /**< @brief Card Verifiable Certificate to create a certificate chain. Can be used multiple times (order is important).'s maximum occurrences */
unsigned int cv_certificate_min; /**< @brief Card Verifiable Certificate to create a certificate chain. Can be used multiple times (order is important).'s minimum occurreces */
unsigned int cv_certificate_max; /**< @brief Card Verifiable Certificate to create a certificate chain. Can be used multiple times (order is important).'s maximum occurreces */
const char *cv_certificate_help; /**< @brief Card Verifiable Certificate to create a certificate chain. Can be used multiple times (order is important). help description. */
char * cert_desc_arg; /**< @brief Certificate description to show for Terminal Authentication. */
char * cert_desc_orig; /**< @brief Certificate description to show for Terminal Authentication original value given at command line. */

View File

@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH NPA-TOOL "1" "July 2016" "OpenSC 0.16.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH NPA-TOOL "1" "May 2018" "OpenSC 0.18.0" "User Commands"
.SH NAME
npa-tool \- manual page for npa-tool 0.16.0
npa-tool \- manual page for npa-tool 0.18.0
.SH SYNOPSIS
.B npa-tool
[\fI\,OPTIONS\/\fR]...
.SH DESCRIPTION
npa\-tool 0.16.0
npa\-tool 0.18.0
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help and exit
@ -202,4 +202,4 @@ Disable all checking of fly\-by\-data
.SH AUTHOR
Written by Frank Morgner <frankmorgner@gmail.com>
.SH "REPORTING BUGS"
Report bugs to opensc\-devel@lists.sourceforge.net
Report bugs to https://github.com/OpenSC/OpenSC/issues

View File

@ -1,7 +1,7 @@
/*
File autogenerated by gengetopt version 2.22.6
generated with the following command:
/usr/local/bin/gengetopt --include-getopt --file-name=opensc-asn1-cmdline --output-dir=. --unamed-opts
/usr/bin/gengetopt --include-getopt --file-name=opensc-asn1-cmdline --output-dir=. --unamed-opts
The developers of gengetopt consider the fixed text that goes in all
gengetopt output files to be in the public domain:
@ -35,7 +35,7 @@ const char *gengetopt_args_info_description = "Parse ASN.1 data.";
const char *gengetopt_args_info_help[] = {
" -h, --help Print help and exit",
" -V, --version Print version and exit",
"\nReport bugs to opensc-devel@lists.sourceforge.net\n\nWritten by Frank Morgner <frankmorgner@gmail.com>",
"\nReport bugs to https://github.com/OpenSC/OpenSC/issues\n\nWritten by Frank Morgner <frankmorgner@gmail.com>",
0
};

View File

@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH OPENSC-ASN1 "1" "November 2017" "OpenSC 0.17.0" "User Commands"
.TH OPENSC-ASN1 "1" "May 2018" "OpenSC 0.18.0" "User Commands"
.SH NAME
opensc-asn1 \- manual page for opensc-asn1 0.17.0
opensc-asn1 \- manual page for opensc-asn1 0.18.0
.SH SYNOPSIS
.B opensc-asn1
[\fI\,OPTIONS\/\fR]... [\fI\,FILES\/\fR]...
.SH DESCRIPTION
opensc\-asn1 0.17.0
opensc\-asn1 0.18.0
.PP
Parse ASN.1 data.
.TP
@ -18,4 +18,4 @@ Print version and exit
.SH AUTHOR
Written by Frank Morgner <frankmorgner@gmail.com>
.SH "REPORTING BUGS"
Report bugs to opensc\-devel@lists.sourceforge.net
Report bugs to https://github.com/OpenSC/OpenSC/issues

View File

@ -43,7 +43,7 @@ const char *gengetopt_args_info_help[] = {
" -R, --notify-card-removed See notify_card_inserted in opensc.conf\n (default=off)",
" -G, --notify-pin-good See notify_pin_good in opensc.conf (default=off)",
" -B, --notify-pin-bad See notify_pin_bad in opensc.conf (default=off)",
"\nReport bugs to opensc-devel@lists.sourceforge.net\n\nWritten by Frank Morgner <frankmorgner@gmail.com>",
"\nReport bugs to https://github.com/OpenSC/OpenSC/issues\n\nWritten by Frank Morgner <frankmorgner@gmail.com>",
0
};
@ -1072,6 +1072,7 @@ cmdline_parser_internal (
int override;
int initialize;
int check_required;
int check_ambiguity;
char *optarg;
@ -1083,6 +1084,7 @@ cmdline_parser_internal (
override = params->override;
initialize = params->initialize;
check_required = params->check_required;
check_ambiguity = params->check_ambiguity;
if (initialize)

View File

@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH OPENSC-NOTIFY "1" "Oktober 2017" "OpenSC 0.17.0" "User Commands"
.TH OPENSC-NOTIFY "1" "May 2018" "OpenSC 0.18.0" "User Commands"
.SH NAME
opensc-notify \- manual page for opensc-notify 0.17.0
opensc-notify \- manual page for opensc-notify 0.18.0
.SH SYNOPSIS
.B opensc-notify
[\fI\,OPTIONS\/\fR]...
.SH DESCRIPTION
opensc\-notify 0.17.0
opensc\-notify 0.18.0
.PP
If no arguments are given, monitor smart card events and send the appropriate
notification.
@ -42,4 +42,4 @@ See notify_pin_bad in opensc.conf (default=off)
.SH AUTHOR
Written by Frank Morgner <frankmorgner@gmail.com>
.SH "REPORTING BUGS"
Report bugs to opensc\-devel@lists.sourceforge.net
Report bugs to https://github.com/OpenSC/OpenSC/issues