From 878abc56f013a9bd94a46bf1a009407e6c8ecceb Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sun, 29 Apr 2007 20:19:13 +0000 Subject: xpp rev. 3814: * Protocol no. 2.6: syncing improvements. * Support for 8-port Astribank BRI. * Firmware unloading now works: rmmod xpp_usb; /etc/hotplug/usb/xpp_fxloader reset * Defaults of kernel parameters are now part of parameter description. * World-readable kernel parameters. * No need for extra patch beyond bristuff for Astribank BRI. * Default poll intervals changed: 500 in BRI and FXO. * Allow changing FXS polls interval at run time. * BRI initalization fixed on SUSE (path to logger). * When using the SUSE zaptel rpm package, set modules_var=ZAPTEL_MODULES in /etc/sysconfig/zaptel . * zt_registration not verbose by default. * xpp_sync warns if FXO is sync slave. * Fixed genzaptelconf -z (zapscan output emulation). * PCM fixes. * Solves "multiple ticks" bug. No need for pcm_tasklets workaround. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2475 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff93bfc..b1f0db0 100644 --- a/Makefile +++ b/Makefile @@ -142,10 +142,14 @@ LIBTONEZONE_SO:=libtonezone.so LIBTONEZONE_SO_MAJOR_VER:=1 LIBTONEZONE_SO_MINOR_VER:=0 +MANDIR = /usr/share/man/man8 +MAN_PAGES_BASE = ztcfg BINS=ztcfg torisatool makefw ztmonitor ztspeed zttest fxotune ifneq (,$(wildcard /usr/include/newt.h)) BINS+=zttool +MAN_PAGES_BASE += zttool endif +MAN_PAGES = $(MAN_PAGES_BASE%=doc/%.8) ifeq ($(BUILDVER),linux24) all: prereq $(MODULESO) wct4xxp/wct4xxp.o $(BINS) $(LIBTONEZONE_SO) @@ -354,6 +358,9 @@ install: all devices firmware install -D -m 755 sethdlc $(INSTALL_PREFIX)/sbin/sethdlc ; \ fi if [ -f zttool ]; then install -D -m 755 zttool $(INSTALL_PREFIX)/sbin/zttool; fi + install -d $(INSTALL_PREFIX)$(MANDIR) + install -m 644 $(MAN_PAGES) $(INSTALL_PREFIX)$(MANDIR) + exit 1 ifeq ($(BUILDVER),linux26) for x in $(MODULESKO); do \ rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/extra/$$x ; \ -- cgit v1.2.3