1 |
# Makefile.am - builds jscoverage |
# Makefile.am - builds jscoverage |
2 |
# Copyright (C) 2007 siliconforks.com |
# Copyright (C) 2007, 2008 siliconforks.com |
3 |
# |
# |
4 |
# This program is free software; you can redistribute it and/or modify |
# This program is free software; you can redistribute it and/or modify |
5 |
# it under the terms of the GNU General Public License as published by |
# it under the terms of the GNU General Public License as published by |
51 |
|
|
52 |
example-jsunit: jscoverage |
example-jsunit: jscoverage |
53 |
$(srcdir)/jscoverage --exclude=.svn --no-instrument=jsunit doc/example-jsunit doc/instrumented-jsunit |
$(srcdir)/jscoverage --exclude=.svn --no-instrument=jsunit doc/example-jsunit doc/instrumented-jsunit |
54 |
|
|
55 |
|
# override default install target so as not to recursively install subpackages |
56 |
|
install: install-am |