diff options
author | sof <unknown> | 2005-04-29 22:02:46 +0000 |
---|---|---|
committer | sof <unknown> | 2005-04-29 22:02:46 +0000 |
commit | def38ba3e80a7e8a2a3e63b9bbaa4a61e9a729ff (patch) | |
tree | 010c0f00f8c1715e683bf1369895c9e935122d98 /Makefile | |
parent | 3eaf13137ab87e4d6c3404fa0895b49a2a1b93cf (diff) | |
download | haskell-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-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 :: |