Skip to content

Commit 48241b7

Browse files
author
edwards
committed
Fixed name of regres_report_to_html.xsl
1 parent f9a6bd6 commit 48241b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ xcheck:
2424

2525
report:
2626
perl $(top_srcdir)/scripts/check_regres_runner.pl $(top_srcdir) $(top_builddir) @XMLDIFF@
27-
xsltproc $(top_srcdir)/scripts/regres_report_to_html.pl $(top_builddir)/regres_report.xml > regres_report.html
27+
xsltproc $(top_srcdir)/scripts/regres_report_to_html.xsl $(top_builddir)/regres_report.xml > regres_report.html
2828

2929

0 commit comments

Comments
 (0)