diff options
author | Karl Ramm <kcr@1ts.org> | 2013-02-24 17:20:08 -0500 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2013-02-24 17:20:08 -0500 |
commit | 154fba1677f7319e60fc717780669848e141f4b4 (patch) | |
tree | 3bbdc9cc5a3480ec2eed5961df014887de80cdbc /clients | |
parent | 76cd4baec8f5c266c8047cc88981f84701e1fc7a (diff) |
handle generated man pages with offset builds
Diffstat (limited to 'clients')
-rw-r--r-- | clients/zctl/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/zctl/Makefile.in b/clients/zctl/Makefile.in index fa8d4ae..664cbd9 100644 --- a/clients/zctl/Makefile.in +++ b/clients/zctl/Makefile.in @@ -55,9 +55,9 @@ zctl.1: ${srcdir}/zctl.1.in Makefile check: -install: zctl +install: zctl zctl.1 ${LIBTOOL} --mode=install ${INSTALL} -m 755 zctl ${DESTDIR}${bindir} - ${INSTALL} -m 644 ${srcdir}/zctl.1 ${DESTDIR}${mandir}/man1 + ${INSTALL} -m 644 zctl.1 ${DESTDIR}${mandir}/man1 clean: ${LIBTOOL} --mode=clean rm -f zctl |