[Asterisk-cvs] zaptel Makefile,1.86,1.87
kpfleming
kpfleming
Wed Sep 14 20:11:55 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/channels chan_sip.c,1.859,1.860
- Next message: [Asterisk-cvs] zaptel/doc ztcfg.8, NONE, 1.1 ztmonitor.8, NONE,
1.1 zttool.8, NONE, 1.1 ztcfg.8.gz, 1.1, NONE ztcfg.sgml, 1.1,
NONE ztmonitor.8.gz, 1.1, NONE ztmonitor.sgml, 1.1,
NONE zttool.8.gz, 1.1, NONE zttool.sgml, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv6745
Modified Files:
Makefile
Log Message:
only put uncompressed man pages into source tree (issue #5158)
don't keep SGML sources (troff version is fine)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- Makefile 12 Sep 2005 19:56:41 -0000 1.86
+++ Makefile 15 Sep 2005 00:10:23 -0000 1.87
@@ -116,7 +116,7 @@
#PRIMARY=wcfxo
PWD:=$(shell pwd)
-all: $(BUILDVER) $(LIBTONEZONE_SO) manpages
+all: $(BUILDVER) $(LIBTONEZONE_SO)
linux24: $(MODULESO) $(BINS)
@@ -296,23 +296,6 @@
@echo "**** If you are running udev, read README.udev"
endif
-manpages: doc/ztcfg.8.gz doc/ztmonitor.8.gz doc/zttool.8.gz
-
-doc/ztcfg.8.gz: doc/ztcfg.sgml
- rm -f doc/ztcfg.8.gz
- docbook2man -o doc doc/ztcfg.sgml
- gzip doc/ztcfg.8
-
-doc/zttool.8.gz: doc/zttool.sgml
- rm -f doc/zttool.8.gz
- docbook2man -o doc doc/zttool.sgml
- gzip doc/zttool.8
-
-doc/ztmonitor.8.gz: doc/ztmonitor.sgml
- rm -f doc/ztmonitor.8.gz
- docbook2man -o doc doc/ztmonitor.sgml
- gzip doc/ztmonitor.8
-
install: all devices
install -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg
if [ -f sethdlc-new ]; then \
@@ -347,9 +330,9 @@
install -D -m 644 zaptel.h $(INSTALL_PREFIX)/usr/include/linux/zaptel.h
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.gz $(INSTALL_PREFIX)/usr/share/man/man8
- install -m 644 doc/ztmonitor.8.gz $(INSTALL_PREFIX)/usr/share/man/man8
- install -m 644 doc/zttool.8.gz $(INSTALL_PREFIX)/usr/share/man/man8
+ 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" | \
grep -v "post-install torisa /sbin/ztcfg" | \
- Previous message: [Asterisk-cvs] asterisk/channels chan_sip.c,1.859,1.860
- Next message: [Asterisk-cvs] zaptel/doc ztcfg.8, NONE, 1.1 ztmonitor.8, NONE,
1.1 zttool.8, NONE, 1.1 ztcfg.8.gz, 1.1, NONE ztcfg.sgml, 1.1,
NONE ztmonitor.8.gz, 1.1, NONE ztmonitor.sgml, 1.1,
NONE zttool.8.gz, 1.1, NONE zttool.sgml, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list