diff options
author | Bill Nottingham <notting@redhat.com> | 2010-01-07 11:30:51 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-01-07 11:30:51 -0500 |
commit | e5e4f770c220ae206864b4fc29d1f0c53daaee60 (patch) | |
tree | 024f873223c9de9a5915475fc3e5903225e619ca /src/Makefile | |
parent | 24cbac7115e16fb977bfb634ee1a5c3042772bf4 (diff) | |
download | initscripts-e5e4f770c220ae206864b4fc29d1f0c53daaee60.tar initscripts-e5e4f770c220ae206864b4fc29d1f0c53daaee60.tar.gz initscripts-e5e4f770c220ae206864b4fc29d1f0c53daaee60.tar.bz2 initscripts-e5e4f770c220ae206864b4fc29d1f0c53daaee60.tar.xz initscripts-e5e4f770c220ae206864b4fc29d1f0c53daaee60.zip |
Add more man pages (#529328, <plautrba@redhat.com>)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index e64abb6c..767fe1ce 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,6 +43,8 @@ install: install -m 644 ipcalc.1 $(ROOT)$(mandir)/man1 install -m 644 consoletype.1 $(ROOT)$(mandir)/man1 install -m 644 ifup.8 $(ROOT)$(mandir)/man8 + install -m 644 setsysfont.8 $(ROOT)$(mandir)/man8 + install -m 644 securetty.8 $(ROOT)$(mandir)/man8 ln -s ifup.8 $(ROOT)$(mandir)/man8/ifdown.8 # this daemon and initscript are useful for testing the up/down/status stuff |