Add a build system TODO
authorIan Lynagh <igloo@earth.li>
Sun, 3 May 2009 22:46:27 +0000 (22:46 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 3 May 2009 22:46:27 +0000 (22:46 +0000)
ghc.mk

diff --git a/ghc.mk b/ghc.mk
index 1c86407..76b9748 100644 (file)
--- a/ghc.mk
+++ b/ghc.mk
 #
 # Once the new build system is in HEAD, and before 6.12:
 #
+#   * separate the logic of whether to do something from the test for
+#     existence of the tool to do it. For example, rather than checking
+#     if $DIR_DOCBOOK_XSL or $XSLTPROC is "", we should have a variable
+#     for controlling the building of the docs.
 #   * remove old Makefiles, add new stubs for building in subdirs
 #     * utils/hsc2hs/Makefile
 #     * utils/haddock/Makefile