Get the dt types installed properly on make install
[oweals/cde.git] / cde / programs / localized / C / types / Makefile.am
index 90dcc38ee265cb93ed66255afbbc484f4d63342a..56c8d69e0b32e8248e8a36dd4c490b3f3b86e70a 100644 (file)
@@ -3,3 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
 include ../../templates/C.am
 include ../../templates/types.am
 
+# Setup a symlink from C -> en_US.UTF-8
+install-data-hook:
+       $(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/appconfig/types/en_US.UTF-8
+       cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/appconfig/types/ && $(LN_S) C en_US.UTF-8
+