mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
add support for --html
* bootstrap.conf: We need the "execute" module. * src/files.h, src/files.c (spec_html_file, html_flag): New. * src/getargs.h, src/getargs.c (--html): New. * src/print-xml.h, src/print-xml.c (print_html): New. * src/main.c: Use them. * tests/output.at, tests/report.at: Check --html.
This commit is contained in:
@@ -44,7 +44,10 @@ extern char *spec_verbose_file;
|
||||
/* File name specified for the output graph. */
|
||||
extern char *spec_graph_file;
|
||||
|
||||
/* File name specified for the xml output. */
|
||||
/* File name specified for the HTML output. */
|
||||
extern char *spec_html_file;
|
||||
|
||||
/* File name specified for the XML output. */
|
||||
extern char *spec_xml_file;
|
||||
|
||||
/* File name specified with --header. */
|
||||
|
||||
Reference in New Issue
Block a user