diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-25 18:54:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-25 18:54:27 -0400 |
commit | 778966b4f41407078372185c57ba18ae0c578ef7 (patch) | |
tree | 979a68ab5ed0d436b5cb731da27de800e0ee450c /Makefile | |
parent | 4465689cc22564e650be4bad759006d587b41307 (diff) |
improve man building
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |