]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add installation rule for man page
authorAlan T. DeKok <aland@freeradius.org>
Thu, 19 May 2011 05:25:54 +0000 (07:25 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 19 May 2011 05:25:54 +0000 (07:25 +0200)
src/modules/rlm_ippool/Makefile.in

index a3613d24acdad137dcf126565bf7c876b90283e4..a1768500bb5b6f29eea607c4868b85724880ce8d 100644 (file)
@@ -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