From c8f2f836a97e2b5d4e9ebb6eb79e6d16675b9875 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 3 May 2013 06:48:31 -0700 Subject: [PATCH] tools: don't mess with download page when updating version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47330ebd2..82bb99c4a 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ DOCFILES:= \ VERSIONSENSITIVEFILES=\ $(CABALFILES) \ MANUAL.md \ - DOWNLOAD.md \ +# DOWNLOAD.md \ # file(s) which require recompilation for a build to have an up-to-date version string VERSIONSOURCEFILE=hledger/Hledger/Cli/Version.hs