summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-15 00:17:23 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-15 00:17:23 +0000
commit7761c25c9ae4056d0470e7dfa0f9c94732050320 (patch)
treeba6e49b8c090d65a0780e7bf41c1dd1c864afca0 /Makefile
parent212ef87253dd19865fb2c3e7a6375f856d390961 (diff)
add new man pages, don't install man page for ztmonitor since it is not itself installed (issue #5157)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@770 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be993b3..5b8bae0 100755
--- a/Makefile
+++ b/Makefile
@@ -331,7 +331,6 @@ install: all devices
install -D -m 644 torisa.h $(INSTALL_PREFIX)/usr/include/linux/torisa.h
install -D -m 644 tonezone.h $(INSTALL_PREFIX)/usr/include/tonezone.h
install -m 644 doc/ztcfg.8 $(INSTALL_PREFIX)/usr/share/man/man8
- install -m 644 doc/ztmonitor.8 $(INSTALL_PREFIX)/usr/share/man/man8
install -m 644 doc/zttool.8 $(INSTALL_PREFIX)/usr/share/man/man8
if [ -f $(MODCONF) ]; then mv -f $(MODCONF) $(MODCONF).bak ; fi
cat $(MODCONF).bak | grep -v "alias char-major-250" | \