summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-24 20:44:29 -0500
committerDan McGee <dan@archlinux.org>2012-04-24 20:44:29 -0500
commit1583a2079c8e84c9cd960a596dae2e36c9077bbb (patch)
tree0f8e351dc930d5908d5ae27bd1b0d781bcbe8636 /doc
parent242411a1b4197910ac75b50033eb530004cc0e5c (diff)
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 <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \