From: Alan T. DeKok Date: Thu, 19 May 2011 05:25:54 +0000 (+0200) Subject: Add installation rule for man page X-Git-Tag: release_3_0_0_beta0~820 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6636218d9b5dd95fa24a8bf26a101b0c59e843;p=thirdparty%2Ffreeradius-server.git Add installation rule for man page --- diff --git a/src/modules/rlm_ippool/Makefile.in b/src/modules/rlm_ippool/Makefile.in index a3613d24acd..a1768500bb5 100644 --- a/src/modules/rlm_ippool/Makefile.in +++ b/src/modules/rlm_ippool/Makefile.in @@ -8,7 +8,7 @@ HEADERS = RLM_UTILS = @ippool_utils@ RLM_CFLAGS = @ippool_cflags@ RLM_LIBS = @ippool_ldflags@ -RLM_INSTALL = +RLM_INSTALL = @ippool_install@ include ../rules.mak @@ -22,3 +22,7 @@ rlm_ippool_tool.8: rlm_ippool_tool.pod pod2man --release=" " --date="October 2nd, 2003" \ --center="FreeRADIUS Daemon" --section=8 \ rlm_ippool_tool.pod > rlm_ippool_tool.8 + +# Install man page +rlm_ippool_install: rlm_ippool_tool rlm_ippool_tool.8 + $(INSTALL) -m 644 rlm_ippool_tool.8 $(R)$(mandir)/man8