summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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.