From: Alan T. DeKok Date: Tue, 9 Jul 2019 13:13:47 +0000 (+0200) Subject: don't build docs on "make install" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd4bed36be983db3b15f6a38d296decc1e85f118;p=thirdparty%2Ffreeradius-server.git don't build docs on "make install" require "make install.doc", which makes sense for new CC-by-NC 4.0 license --- diff --git a/doc/all.mk b/doc/all.mk index 58d969b32d8..c4cf477a106 100644 --- a/doc/all.mk +++ b/doc/all.mk @@ -26,7 +26,7 @@ ifeq "$(WITH_DOCS)" "yes" # to fix that. So, only run those shell scripts if we're going to # build the documentation. # -BUILD_DOC := $(strip $(foreach x,doc html pdf adoc install clean,$(findstring $(x),$(MAKECMDGOALS)))) +BUILD_DOC := $(strip $(foreach x,doc html pdf adoc install.doc clean,$(findstring $(x),$(MAKECMDGOALS)))) ifneq "$(BUILD_DOC)" "" install: install.doc