[project @ 2005-04-29 22:02:46 by sof]
authorsof <unknown>
Fri, 29 Apr 2005 22:02:46 +0000 (22:02 +0000)
committersof <unknown>
Fri, 29 Apr 2005 22:02:46 +0000 (22:02 +0000)
BINDIST_DOC_WAYS: permit variable to be overridden (in a mk/build.mk, perhaps); merge to STABLE

Makefile

index f9e10be..6ce05dc 100644 (file)
--- 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 ::