summaryrefslogtreecommitdiff
path: root/modules/Simple.Rules
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2004-09-23 15:41:58 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2004-09-23 15:41:58 +0000
commit2ff0080fce12aa9593fddcb94f87db2973205468 (patch)
tree659f08f000e243caeaa2b31c2a46ef8a2730861a /modules/Simple.Rules
parentc138e89215d2a93a6e2790c6e9065b05b5921837 (diff)
Relevant BUGIDs:
Purpose of commit: Commit summary: --------------- new feature: Add pam_xauth (Bug 436440)
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: