cdesktopenv/cde/programs/localized/C/config/Makefile.am

11 lines
291 B
Makefile

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