summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-06 17:14:43 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-06 17:14:43 (EDT)
commit9b8b6c0a1f2d77e5dda87971eff825de15006acb (patch)
treec111302b9b69eb63aeaeb12956aa8a903ad831fb
parentdfaf6c4b13325b8a993ec75fc2c85fbcd7ebbbab (diff)
build: Install manual pages.
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index dccf582..44b0d50 100755
--- a/build
+++ b/build
@@ -12,5 +12,7 @@ build:
install: build
mkdir -p dest/usr/sbin
cp src/tzselect src/zic src/zdump dest/usr/sbin
+ mkdir -p dest/usr/share/man/man8
+ cp src/tzselect.8 src/zic.8 src/zdump.8 dest/usr/share/man/man8
oh-fixperms
oh-installfiles