summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-07-14 12:18:12 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-07-14 12:18:12 +0200
commit0e4475d449b0ba83b1d694a5aef6ccea5d7f9ad8 (patch)
tree81f5491449523a83455294bff1a77220b6425de3 /Makefile
parent62cbab2ca3ae799b27fcc3a97f0e52ad5ccc69e6 (diff)
downloadnetctl-0e4475d449b0ba83b1d694a5aef6ccea5d7f9ad8.tar.gz
netctl-0e4475d449b0ba83b1d694a5aef6ccea5d7f9ad8.tar.xz
Update make scripts with new doc paths.
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 615b4e3..93a2b58 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,8 @@ install:
install -m644 config/iftab $(DESTDIR)/etc/iftab
install -m644 docs/examples/* $(DESTDIR)/etc/network.d/examples/
# Documentation
+ install -d $(DESTDIR)/usr/share/man/man5
+ install -m644 docs/man/*.5 $(DESTDIR)/usr/share/man/man5
install -d $(DESTDIR)/usr/share/man/man8
install -m644 docs/man/*.8 $(DESTDIR)/usr/share/man/man8
# Libs