Provide the real `distribute' target so that NLS catalogs are
installed with `make release'.
This commit is contained in:
parent
ef845b75e7
commit
92ab402302
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user