Allow to install various components of the locales independantly
This commit is contained in:
parent
d16af5b0e4
commit
6928d42c44
@ -54,8 +54,9 @@ all:
|
||||
@echo ""
|
||||
@find . -name *failed
|
||||
|
||||
install:
|
||||
.for t in ${TYPES}
|
||||
install: install-${t}
|
||||
install-${t}:
|
||||
. if ${KNOWN:M${t}}
|
||||
rm -rf ${.CURDIR}/${t}.draft
|
||||
rm -rf ${.CURDIR}/../../../share/${t}
|
||||
|
Loading…
Reference in New Issue
Block a user