Provide the real `distribute' target so that NLS catalogs are

installed with `make release'.
This commit is contained in:
Ruslan Ermilov 2002-04-23 06:15:44 +00:00
parent ef845b75e7
commit 92ab402302

View File

@ -125,8 +125,12 @@ all-man: _SUBDIR
maninstall: _SUBDIR
.endif
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
.for dist in ${DISTRIBUTION}
cd ${.CURDIR}; $(MAKE) install DESTDIR=${DISTDIR}/${dist} SHARED=copies
.endfor
.endif
.if !target(beforeinstall)