summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-15 00:10:23 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-15 00:10:23 +0000
commit212ef87253dd19865fb2c3e7a6375f856d390961 (patch)
tree0eda4e778744c113a4d03fe135616af3aa9329eb /Makefile
parent6e95744959ae3ec915bfc34b97363fe09fbfb16f (diff)
only put uncompressed man pages into source tree (issue #5158)
don't keep SGML sources (troff version is fine) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@769 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile25
1 files changed, 4 insertions, 21 deletions
diff --git a/Makefile b/Makefile
index 3c04ca2..be993b3 100755
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ PRIMARY=torisa
#PRIMARY=wcfxo
PWD:=$(shell pwd)
-all: $(BUILDVER) $(LIBTONEZONE_SO) manpages
+all: $(BUILDVER) $(LIBTONEZONE_SO)
linux24: $(MODULESO) $(BINS)
@@ -296,23 +296,6 @@ else # DYNFS
@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: all devices
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" | \