From def38ba3e80a7e8a2a3e63b9bbaa4a61e9a729ff Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 29 Apr 2005 22:02:46 +0000 Subject: [PATCH] [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 --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 :: -- 1.7.10.4