tools: makefile fix

This commit is contained in:
Simon Michael 2015-01-10 22:29:03 -08:00
parent fabf8a743d
commit a575de9806

View File

@ -91,7 +91,7 @@ DOCFILES:= \
# files which should be updated when the version changes # files which should be updated when the version changes
VERSIONSENSITIVEFILES=\ VERSIONSENSITIVEFILES=\
$(CABALFILES) \ $(CABALFILES) \
doc/MANUAL.md \ doc/manual.md \
# file(s) which require recompilation for a build to have an up-to-date version string # file(s) which require recompilation for a build to have an up-to-date version string
VERSIONSOURCEFILE=hledger/Hledger/Cli/Version.hs VERSIONSOURCEFILE=hledger/Hledger/Cli/Version.hs