add pkg string
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 2 Jul 2006 22:53:02 +0000 (22:53 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 2 Jul 2006 22:53:02 +0000 (22:53 +0000)
Original commit message from CVS:
add pkg string

coverage/lcov.mak

index 0d23b19..f375594 100644 (file)
@@ -13,4 +13,4 @@ lcov-report:
        lcov -r lcov/lcov.info `cat lcov/remove` > lcov/lcov.cleaned.info
        rm lcov/remove
        mv lcov/lcov.cleaned.info lcov/lcov.info
-       genhtml -o lcov lcov/lcov.info
+       genhtml -t "$(PACKAGE_STRING)" -o lcov lcov/lcov.info