mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +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:
@@ -30,4 +30,7 @@ char const *xml_escape_n (int n, char const *str);
|
||||
char const *xml_escape (char const *str);
|
||||
void print_xml (void);
|
||||
|
||||
/* Use xsltproc to generate HTML from XML output. */
|
||||
void print_html (void);
|
||||
|
||||
#endif /* !PRINT_XML_H_ */
|
||||
|
||||
Reference in New Issue
Block a user