blob: 5d55b395e4dc7577018d91dcdeca37c35da8a902 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
bin/gmake
@unexec install-info --delete %D/info/make.info %D/info/dir
info/make.info
@exec install-info %D/info/make.info %D/info/dir
share/locale/de/LC_MESSAGES/make.mo
share/locale/es/LC_MESSAGES/make.mo
share/locale/fr/LC_MESSAGES/make.mo
share/locale/ko/LC_MESSAGES/make.mo
share/locale/nl/LC_MESSAGES/make.mo
share/locale/pl/LC_MESSAGES/make.mo
share/locale/ru/LC_MESSAGES/make.mo
@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/* 2>/dev/null || true
@unexec rmdir %D/share/locale 2>/dev/null || true
|