be2c49b193
Fix 'make release' Suppress 'make distribute'
18 lines
243 B
Makefile
18 lines
243 B
Makefile
# $FreeBSD$
|
|
|
|
GENCAT= gencat -new
|
|
BASESRC= ${.CURDIR}/../../../../contrib/tcsh/nls
|
|
|
|
.SUFFIXES: .msg .cat
|
|
|
|
.msg.cat:
|
|
${GENCAT} ${.TARGET} ${.IMPSRC}
|
|
|
|
CLEANFILES+= tcsh.cat tcsh.msg
|
|
|
|
all: tcsh.cat
|
|
|
|
tcsh.cat: tcsh.msg
|
|
|
|
distribute:
|