Revision 96eccc1f Makefile.am

b/Makefile.am
1493 1493
	rm -f *.tix
1494 1494
	$(MAKE) hs-check
1495 1495
	@mkdir_p@ $(COVERAGE_HS_DIR)
1496
	hpc combine $(HPCEXCL) test.tix hpc-htools.tix > coverage-htools.tix
1496
	hpc combine --union $(HPCEXCL) \
1497
	  test.tix hpc-htools.tix > coverage-htools.tix
1497 1498
	hpc markup --destdir=$(COVERAGE_HS_DIR) coverage-htools.tix
1498 1499
	hpc report coverage-htools.tix
1499 1500
	$(LN_S) -f hpc_index.html $(COVERAGE_HS_DIR)/index.html

Also available in: Unified diff