[cairo-commit] test/Makefile.am

Christian Biesinger biesi at kemper.freedesktop.org
Sun May 28 07:52:29 PDT 2006


 test/Makefile.am |    7 +++++++
 1 files changed, 7 insertions(+)

New commits:
diff-tree 79c86b04a7848830998e1a5344c6a9ecf9113789 (from 508d0955fb3a851919233f27b5fe9408c85fa053)
Author: Christian Biesinger <cbiesinger at web.de>
Date:   Sun May 28 16:50:54 2006 +0200

    Add "html" Makefile target to run make-html.pl

diff --git a/test/Makefile.am b/test/Makefile.am
index dbaf79c..a6c9c71 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -357,3 +357,10 @@ CLEANFILES =					\
 
 check-valgrind:
 	TESTS_ENVIRONMENT="libtool --mode=execute valgrind --tool=memcheck --suppressions=./.valgrind-suppressions --leak-check=yes --show-reachable=yes" $(MAKE) check 2>&1 | tee valgrind.log
+
+html: index.html
+
+index.html:
+	perl $(srcdir)/make-html.pl > index.html
+
+.PHONY: check-valgrind html index.html


More information about the cairo-commit mailing list