13 lines
311 B
Makefile
13 lines
311 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
include ../../templates/C.am
|
|
include ../../templates/app-defaults.am
|
|
|
|
# Setup a symlink from C -> en_US.UTF-8
|
|
install-data-hook:
|
|
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/app-defaults/en_US.UTF-8
|
|
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/app-defaults/ && $(LN_S) C en_US.UTF-8
|
|
|
|
|
|
|