From: sof Date: Fri, 29 Apr 2005 22:02:46 +0000 (+0000) Subject: [project @ 2005-04-29 22:02:46 by sof] X-Git-Tag: Initial_conversion_from_CVS_complete~629 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=def38ba3e80a7e8a2a3e63b9bbaa4a61e9a729ff [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 --- diff --git a/Makefile b/Makefile index f9e10be..6ce05dc 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 ::