diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-06-02 16:54:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-06-02 16:54:58 -0400 |
commit | bfc9f0cb3094da50c6d6e22242978513bee8a622 (patch) | |
tree | c9e9f5119f2f592fb4b36847d3f9b47609d0d10c /Makefile | |
parent | 0ff2732d9583fd70d75cd8e365587803a7ac75ed (diff) |
fix man page building
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |