diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 22:46:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 22:46:41 +0000 |
commit | d89092f9c957a4088a5226a3a20cd3bbf701ba75 (patch) | |
tree | 33eab4ee6bd4113b276bd313816d3eabe1b16c06 /converters/uudx/files/Makefile | |
parent | bafef6b830c9103d5ac4f347a8bb1519c5d9055c (diff) |
Notes
Diffstat (limited to 'converters/uudx/files/Makefile')
-rw-r--r-- | converters/uudx/files/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/uudx/files/Makefile b/converters/uudx/files/Makefile index 39fe22189d1c..c34d155526ae 100644 --- a/converters/uudx/files/Makefile +++ b/converters/uudx/files/Makefile @@ -5,7 +5,7 @@ CFLAGS += -DBSD=1 -DEUC=1 -DUTIME_EXIST -DMKDIR_HAS_MODE PROGRAM = uudx MANPAGE = uudx.1 -MANDIR = ${PREFIX}/man/ja_JP.sjis/man1 +MANDIR = ${PREFIX}/man/ja_JP.EUC/man1 SRC = uudx.c OBJ = uudx.o @@ -13,6 +13,8 @@ all: ${PROGRAM} ${PROGRAM}: ${OBJ} ${CC} ${CFLAGS} -o ${PROGRAM} ${OBJ} + nkf -e ${MANPAGE} > ${MANPAGE}.tmp + mv -f ${MANPAGE}.tmp ${MANPAGE} install: ${PROGRAM} ${INSTALL} -c -s ${PROGRAM} ${PREFIX}/bin |