From: Alan T. DeKok Date: Tue, 27 Apr 2021 10:00:43 +0000 (-0400) Subject: require "make install.doc" before installing documentation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb18e790ce5d4fb82b329236aa35d03c0539cc78;p=thirdparty%2Ffreeradius-server.git require "make install.doc" before installing documentation --- diff --git a/doc/all.mk b/doc/all.mk index 25a48794633..59f398c55bf 100644 --- a/doc/all.mk +++ b/doc/all.mk @@ -6,7 +6,7 @@ # to fix that. So, only run those shell scripts if we're going to # build the documentation. # -WITH_DOC := $(strip $(foreach x,install doc html man pdf doxygen,$(findstring $(x),$(MAKECMDGOALS)))) +WITH_DOC := $(strip $(foreach x,doc html man pdf doxygen,$(findstring $(x),$(MAKECMDGOALS)))) # # Convert adoc to man, and then let "install.man" deal with things.