]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
require "make install.doc" before installing documentation
authorAlan T. DeKok <aland@freeradius.org>
Tue, 27 Apr 2021 10:00:43 +0000 (06:00 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 27 Apr 2021 10:00:43 +0000 (06:00 -0400)
doc/all.mk

index 25a48794633137cd86e5248a5af285aa3686039b..59f398c55bf209a6763407bb4e6ae02f707ef8b7 100644 (file)
@@ -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.