summaryrefslogtreecommitdiff
path: root/japanese/Canna/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/Canna/Makefile')
-rw-r--r--japanese/Canna/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile
index 2115c16a75aa..556a0f8d2551 100644
--- a/japanese/Canna/Makefile
+++ b/japanese/Canna/Makefile
@@ -4,7 +4,7 @@
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# NIIMI Satoshi <sa2c@and.or.jp>
#
-# $Id: Makefile,v 1.10 1996/09/18 08:01:10 max Exp $
+# $Id: Makefile,v 1.11 1996/09/18 12:20:22 max Exp $
#
DISTNAME= Canna32p2
@@ -36,10 +36,10 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/canna.sh
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
-.if !defined(NOMANCOMPRESS)
- for f in ${MAN3PAGES} ; do gzip -9nf ${PREFIX}/man/man3/$$f ; done
- for f in ${MAN1PAGES} ; do gzip -9nf ${PREFIX}/man/man1/$$f ; done
-.endif
+ for f in ${MAN3PAGES} ; do \
+ ${COMPRESS_MAN} ${PREFIX}/man/man3/$$f ; done
+ for f in ${MAN1PAGES} ; do \
+ ${COMPRESS_MAN} ${PREFIX}/man/man1/$$f ; done
@if [ ! -f ${STARTUP_SCRIPT} ]; then \
echo "Installing ${STARTUP_SCRIPT} startup file."; \
echo '#!/bin/sh' > ${STARTUP_SCRIPT}; \