aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b5f5a720b..db34294f7 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,10 @@ install:
install -d $(DESTDIR)$(PREFIX)/bin
install git-annex $(DESTDIR)$(PREFIX)/bin
+test:
+ $(GHCMAKE) test
+ ./test
+
# If ikiwiki is available, build static html docs suitable for being
# shipped in the software package.
ifeq ($(shell which ikiwiki),)
@@ -22,10 +26,6 @@ else
IKIWIKI=ikiwiki
endif
-test:
- $(GHCMAKE) test
- ./test
-
docs:
./mdwn2man git-annex 1 doc/git-annex.mdwn > git-annex.1
$(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \