From: Alan T. DeKok Date: Wed, 27 Jan 2021 15:11:26 +0000 (-0500) Subject: man files are built on "make install", not "make" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fc1cdc196b42e097d36de2da87be74e8b1c6c6d;p=thirdparty%2Ffreeradius-server.git man files are built on "make install", not "make" --- diff --git a/doc/all.mk b/doc/all.mk index bd011c7fa0..e87614d2d8 100644 --- a/doc/all.mk +++ b/doc/all.mk @@ -28,7 +28,7 @@ $(BUILD_DIR)/make/man.mk: $(ADOC2MAN_FILES) | $(BUILD_DIR)/make done -include $(BUILD_DIR)/make/man.mk -all: $(AUTO_MAN_FILES) +ALL_INSTALL += $(AUTO_MAN_FILES) # # We're installing the documentation, but there's no "docdir".