summaryrefslogtreecommitdiff
path: root/modules/Simple.Rules
diff options
context:
space:
mode:
Diffstat (limited to 'modules/Simple.Rules')
-rw-r--r--modules/Simple.Rules12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/Simple.Rules b/modules/Simple.Rules
index bb16e48d..97f419a8 100644
--- a/modules/Simple.Rules
+++ b/modules/Simple.Rules
@@ -77,6 +77,18 @@ install: all
ifdef DYNAMIC
$(INSTALL) -m $(SHLIBMODE) $(LIBSHARED) $(FAKEROOT)$(SECUREDIR)
endif
+ifdef MAN3
+ test -d $(FAKEROOT)$(mandir)/man3 || $(MKDIR) $(FAKEROOT)$(mandir)/man3
+ $(INSTALL) -m $(MANMODE) $(MAN3) $(FAKEROOT)$(mandir)/man3/
+endif
+ifdef MAN5
+ test -d $(FAKEROOT)$(mandir)/man5 || $(MKDIR) $(FAKEROOT)$(mandir)/man5
+ $(INSTALL) -m $(MANMODE) $(MAN5) $(FAKEROOT)$(mandir)/man5/
+endif
+ifdef MAN8
+ test -d $(FAKEROOT)$(mandir)/man8 || $(MKDIR) $(FAKEROOT)$(mandir)/man8
+ $(INSTALL) -m $(MANMODE) $(MAN8) $(FAKEROOT)$(mandir)/man8/
+endif
$(MODULE_SIMPLE_INSTALL)
remove: