aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-07-27 01:19:28 +0200
committerTom Gundersen <teg@jklm.no>2012-07-27 01:19:28 +0200
commit3b64ac2a9236c081368dbb91f41f48b432d95b7d (patch)
treecf7f4c84f818306d1e8254e8dd30de2f945dc5a7 /Makefile
parent4fb392468f2be2bcf5bf147fbf7723ca50f868e9 (diff)
downloadinitscripts-3b64ac2a9236c081368dbb91f41f48b432d95b7d.tar.xz
man: change ArchLinux(7) into archlinux(7)2012.07.5
Suggested-by: Pierre Schmitz <pierre@archlinux.org> Suggested-by: Karol Blazewicz <karol.blazewicz@gmail.com> Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1a3fa14..cebda3e 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ install: installdirs doc
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 rc.conf.5
- install -m644 -t $(DESTDIR)/usr/share/man/man7 ArchLinux.7
+ install -m644 -t $(DESTDIR)/usr/share/man/man7 archlinux.7
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
@@ -42,10 +42,10 @@ install: installdirs doc
%.8: %.8.txt
a2x -d manpage -f manpage $<
-doc: rc.conf.5 ArchLinux.7 rc.d.8
+doc: rc.conf.5 archlinux.7 rc.d.8
clean:
- rm -f rc.conf.5 ArchLinux.7 rc.d.8
+ rm -f rc.conf.5 archlinux.7 rc.d.8
tar:
git archive HEAD --prefix=initscripts-$(VER)/ | xz > initscripts-$(VER).tar.xz