summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsof <unknown>2005-04-29 22:02:46 +0000
committersof <unknown>2005-04-29 22:02:46 +0000
commitdef38ba3e80a7e8a2a3e63b9bbaa4a61e9a729ff (patch)
tree010c0f00f8c1715e683bf1369895c9e935122d98 /Makefile
parent3eaf13137ab87e4d6c3404fa0895b49a2a1b93cf (diff)
downloadhaskell-def38ba3e80a7e8a2a3e63b9bbaa4a61e9a729ff.tar.gz
[project @ 2005-04-29 22:02:46 by sof]
BINDIST_DOC_WAYS: permit variable to be overridden (in a mk/build.mk, perhaps); merge to STABLE
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f9e10beca7..6ce05dc95d 100644
--- a/Makefile
+++ b/Makefile
@@ -289,10 +289,12 @@ binary-dist::
fi
#
# binary dist'ing the documentation.
-# Which documentation to build/install is hardcoded below.
-#
+# The default documentation to build/install is given below; overrideable
+# via build.mk or the 'make' command-line.
+ifndef BINDIST_DOC_WAYS
BINDIST_DOC_WAYS = html ps
+endif
# BINDIST_DOC_WAYS =
binary-dist ::