From 458a8735d74b77f5b16d49ff64553c6b2122fbda Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 21 Sep 2016 09:35:11 -0700 Subject: [PATCH] makefile, doc tweaks --- Makefile | 1 - site/developer-guide.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c7200661e..836a8a4e2 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,6 @@ DOCFILES:= \ # files which should be updated when the version changes VERSIONSENSITIVEFILES=\ $(HPACKFILES) \ - site/manual-start.md \ # # file(s) which require recompilation for a build to have an up-to-date version string # VERSIONSOURCEFILE=hledger/Hledger/Cli/Version.hs diff --git a/site/developer-guide.md b/site/developer-guide.md index c62cea6b9..34f713ec9 100644 --- a/site/developer-guide.md +++ b/site/developer-guide.md @@ -546,7 +546,7 @@ tools/generatejournal 3 5 5 --chinese >data/chinese.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 install additional system dependencies yourself) and run the package