From a575de9806d5d7bb287f917bcb12488d28bcba44 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 10 Jan 2015 22:29:03 -0800 Subject: [PATCH] tools: makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 149113123..ebcc695be 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ DOCFILES:= \ # files which should be updated when the version changes VERSIONSENSITIVEFILES=\ $(CABALFILES) \ - doc/MANUAL.md \ + doc/manual.md \ # file(s) which require recompilation for a build to have an up-to-date version string VERSIONSOURCEFILE=hledger/Hledger/Cli/Version.hs