[cairo] [PATCH] Distribute make-html.pl

Carl Worth cworth at cworth.org
Fri May 26 07:44:19 PDT 2006


On Thu, 25 May 2006 22:05:04 +0200, wrote:
> I recently wanted to run the tests using a tarball, and wanted to use
> make-html.pl for easier viewing of the test failures. Unfortunately, this
> script was missing.
> 
> Is it OK for me to commit this?

Sure. Go ahead.

I wouldn't mind if it were made to run automatically from make check
as well. You might even rename the script to something---or better,
just provide a good Makefile target for it. I often find myself doing
things like:

	rm *.log
	./some-single-test
	./make-html.pl > index.html

And that would be one step cleaner as something like:

	rm *.log
	./some-single-test
	make html

Then make check could be made to depend on the html target as well.

-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/cairo/attachments/20060526/a20bef32/attachment.pgp


More information about the cairo mailing list