The R Project SVN R

Rev

Rev 33690 | Rev 34680 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33690 Rev 33727
Line 1... Line 1...
1
#-*- Makefile -*-
1
#-*- Makefile -*-
2
 
2
 
3
Rsharedir = ../share
3
Rsharedir = ../share
4
Rlocaledir = $(Rsharedir)/locale
4
Rlocaledir = $(Rsharedir)/locale
5
 
5
 
6
CATALOGS = de.gmo en.gmo en_GB.gmo it.gmo ja.gmo pt_BR.gmo zh_CN.gmo
6
CATALOGS = de.gmo en.gmo en_GB.gmo it.gmo ja.gmo pt_BR.gmo ru.gmo zh_CN.gmo
7
# no use on Windows en@quot.gmo
7
# no use on Windows en@quot.gmo
8
RGUI-CATALOGS = $(wildcard RGui-*.gmo)
8
RGUI-CATALOGS = $(wildcard RGui-*.gmo)
9
 
9
 
10
all:
10
all:
11
	@mkdir -p $(Rsharedir)
11
	@mkdir -p $(Rsharedir)