From 804c30769478576c24435a7a67ab0edf9384777b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 21 Sep 2013 13:37:58 -0700 Subject: [PATCH] tools: remove outdated comment --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c918f6e7c..5af3377ed 100644 --- a/Makefile +++ b/Makefile @@ -646,7 +646,6 @@ HADDOCKFLAGS= --no-warnings --prologue .haddockprologue \ printf "\nThis haddock covers all hledger-* packages, for individual package haddocks see hackage.\n" >>$@ # generate api docs for the whole project -# we define HADDOCK to disable cabal-file-th code which requires a cabal file in the current dir haddock: .haddockprologue $(HADDOCK) $(HADDOCKFLAGS) --title "hledger-* API docs" \ -o site/api \