aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-05-29 20:17:56 +0200
committerTom Gundersen <teg@jklm.no>2012-05-29 20:27:05 +0200
commitfb88ea7f023439cb66f7ba79c0271d0660e1c7fb (patch)
treeafe54622da4824047833f31361ac7460fb0bb294 /Makefile
parent496fab1fd454b6f8422c2c05db787977dc9d1071 (diff)
downloadinitscripts-fb88ea7f023439cb66f7ba79c0271d0660e1c7fb.tar.xz
man: drop duplicate manpages
These are now shipped with systemd-tools. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 14a4cb2..c989789 100644
--- a/Makefile
+++ b/Makefile
@@ -13,13 +13,6 @@ DIRS := \
/usr/share/man/man5 \
/usr/share/man/man8
-MAN_PAGES := \
- rc.d.8 \
- rc.conf.5 \
- locale.conf.5 \
- vconsole.conf.5 \
- hostname.5
-
all: doc
installdirs:
@@ -33,8 +26,8 @@ install: installdirs doc
install -m755 -t $(DESTDIR)/etc/rc.d hwclock network netfs
install -m755 -t $(DESTDIR)/etc/profile.d locale.sh
install -m755 -t $(DESTDIR)/usr/sbin rc.d
- install -m644 -t $(DESTDIR)/usr/share/man/man5 $(filter %.5, $(MAN_PAGES))
- install -m644 -t $(DESTDIR)/usr/share/man/man8 $(filter %.8, $(MAN_PAGES))
+ install -m644 -t $(DESTDIR)/usr/share/man/man5 rc.conf.5
+ install -m644 -t $(DESTDIR)/usr/share/man/man8 rc.d.8
install -m644 tmpfiles.conf $(DESTDIR)/usr/lib/tmpfiles.d/initscripts.conf
install -m644 -T bash-completion $(DESTDIR)/usr/share/bash-completion/completions/rc.d
install -m644 -T zsh-completion $(DESTDIR)/usr/share/zsh/site-functions/_rc.d