summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-25 18:54:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-25 18:54:27 -0400
commit778966b4f41407078372185c57ba18ae0c578ef7 (patch)
tree979a68ab5ed0d436b5cb731da27de800e0ee450c
parent4465689cc22564e650be4bad759006d587b41307 (diff)
improve man building
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 831c004dc..565edfb0e 100644
--- a/Makefile
+++ b/Makefile
@@ -14,10 +14,10 @@ SysConfig.hs: configure.hs TestConfig.hs
$(bins): SysConfig.hs
$(GHCMAKE) $@
-git-annex.1:
+git-annex.1: doc/git-annex.mdwn
./mdwn2man git-annex 1 doc/git-annex.mdwn > git-annex.1
-git-annex-shell.1:
- ./mdwn2man git-annex 1 doc/git-annex-shell.mdwn > git-annex-shell.1
+git-annex-shell.1: doc/git-annex-shell.mdwn
+ ./mdwn2man git-annex-shell 1 doc/git-annex-shell.mdwn > git-annex-shell.1
install: all
install -d $(DESTDIR)$(PREFIX)/bin