summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-11 17:37:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-11 17:37:24 -0400
commit3a252efd9d679a85cca959537af03cbe474167b1 (patch)
treeeb3842eb8595b70fce37c1e26e7670dd89e04336 /Makefile
parent10484a69b8a7617fea5ce7ba95e31fe1a9eff7b4 (diff)
releasing version 0.120.12
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 \