Install backdrops in proper location, install localization for them
[oweals/cde.git] / cde / programs / localized / C / backdrops / Makefile.am
index fee4896cbde0074f793d3a2ea2a380ae62e7c1f5..0309d1254503a89647e03c1df74231c839a2c2f7 100644 (file)
@@ -3,3 +3,9 @@ MAINTAINERCLEANFILES = Makefile.in
 include ../../templates/C.am
 include ../../templates/backdrops.am
 
+# Setup a symlink from C -> en_US.UTF-8
+install-data-hook:
+       $(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/backdrops/desc.en_US.UTF-8
+       cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/backdrops/ && $(LN_S) desc.C desc.en_US.UTF-8
+
+