mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13: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:
2
lib/.gitignore
vendored
2
lib/.gitignore
vendored
@@ -67,6 +67,8 @@
|
||||
/errno.in.h
|
||||
/error.c
|
||||
/error.h
|
||||
/execute.c
|
||||
/execute.h
|
||||
/exitfail.c
|
||||
/exitfail.h
|
||||
/fatal-signal.c
|
||||
|
||||
@@ -53,6 +53,7 @@ DEFTIMEVAR (tv_conflicts , "conflicts")
|
||||
/* Time spent outputting results. */
|
||||
DEFTIMEVAR (tv_report , "outputting report")
|
||||
DEFTIMEVAR (tv_graph , "outputting graph")
|
||||
DEFTIMEVAR (tv_html , "outputting html")
|
||||
DEFTIMEVAR (tv_xml , "outputting xml")
|
||||
DEFTIMEVAR (tv_actions , "parser action tables")
|
||||
DEFTIMEVAR (tv_parser , "outputting parser")
|
||||
|
||||
Reference in New Issue
Block a user