aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 16:54:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 16:54:58 -0400
commitbfc9f0cb3094da50c6d6e22242978513bee8a622 (patch)
treec9e9f5119f2f592fb4b36847d3f9b47609d0d10c /Makefile
parent0ff2732d9583fd70d75cd8e365587803a7ac75ed (diff)
fix man page building
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 768e0ac78..b75e9864f 100644
--- a/Makefile
+++ b/Makefile
@@ -76,8 +76,8 @@ else
IKIWIKI=ikiwiki
endif
-mans: Build/Mans
- ./Build/Mans
+mans: Build/MakeMans
+ ./Build/MakeMans
docs: mans
LC_ALL=C TZ=UTC $(IKIWIKI) doc html -v --wikiname git-annex \
@@ -111,7 +111,7 @@ Build/OSXMkLibs: Build/OSXMkLibs.hs
$(GHC) --make $@ -Wall -fno-warn-tabs
Build/LinuxMkLibs: Build/LinuxMkLibs.hs
$(GHC) --make $@ -Wall -fno-warn-tabs
-Build/Mans: Build/Mans.hs
+Build/MakeMans: Build/MakeMans.hs
$(GHC) --make $@ -Wall -fno-warn-tabs
# Upload to hackage.