makefile, doc tweaks

This commit is contained in:
Simon Michael 2016-09-21 09:35:11 -07:00
parent 18bed45e1a
commit 458a8735d7
2 changed files with 1 additions and 2 deletions

View File

@ -140,7 +140,6 @@ DOCFILES:= \
# files which should be updated when the version changes # files which should be updated when the version changes
VERSIONSENSITIVEFILES=\ VERSIONSENSITIVEFILES=\
$(HPACKFILES) \ $(HPACKFILES) \
site/manual-start.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

View File

@ -546,7 +546,7 @@ tools/generatejournal 3 5 5 --chinese >data/chinese.journal
tools/generatejournal 3 5 5 --mixed >data/mixed.journal tools/generatejournal 3 5 5 --mixed >data/mixed.journal
``` ```
### Run developer tests ### Run tests
This command will install haskell dependencies (you might need to This command will install haskell dependencies (you might need to
install additional system dependencies yourself) and run the package install additional system dependencies yourself) and run the package