From 1583a2079c8e84c9cd960a596dae2e36c9077bbb Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 24 Apr 2012 20:44:29 -0500 Subject: Split check steps in Makefile into multiple targets This allows a `make -j4 check` invocation to actually run in parallel, even though 95% of our test suite time is currently dominated by pactest. It also allows running something like `make test-vercmp`. Also, add some targets to the .PHONY list that belong in it. Signed-off-by: Dan McGee --- doc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index a2018c71..e6ed29c0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -92,6 +92,8 @@ html: $(HTML_DOCS) website: website.tar.gz +.PHONY: html website + website.tar.gz: html $(AM_V_GEN)bsdtar czf $@ $(HTML_DOCS) \ asciidoc-override.css \ -- cgit v1.2.3