summaryrefslogtreecommitdiff
path: root/tools/lcov.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-23 16:05:45 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 11:00:48 +0200
commit4a9fdeb64bc87f09e44ecc0f9c6acaea8bf11f20 (patch)
tree41bb3585a34125aaa26408de78da312226a0bc7c /tools/lcov.am
parent15f9b0e7259c46747326758d62c5a9ecb6ce3af2 (diff)
downloadtelepathy-logger-4a9fdeb64bc87f09e44ecc0f9c6acaea8bf11f20.tar.gz
sync tools/ with tp-glib master
Needed to stop using deprecated API in generated code. https://bugs.freedesktop.org/show_bug.cgi?id=69797
Diffstat (limited to 'tools/lcov.am')
-rw-r--r--tools/lcov.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/lcov.am b/tools/lcov.am
index 7384f1b..d2d282a 100644
--- a/tools/lcov.am
+++ b/tools/lcov.am
@@ -7,7 +7,8 @@ lcov-report:
lcov --directory @top_srcdir@ --output-file @top_builddir@/lcov.info \
--remove @top_builddir@/lcov.info.tmp telepathy-glib-scan.c
rm @top_builddir@/lcov.info.tmp
- $(mkdir_p) @top_builddir@/lcov.html
+ $(MKDIR_P) @top_builddir@/lcov.html
+ echo "Coming soon!" > @top_builddir@/lcov.html/index.html
git_commit=`GIT_DIR=@top_srcdir@/.git git log -1 --pretty=format:%h 2>/dev/null`;\
genhtml --title "@PACKAGE_STRING@ $$git_commit" \
--output-directory @top_builddir@/lcov.html lcov.info