Install backdrops in proper location, install localization for them
[oweals/cde.git] / cde / programs / localized / C / backdrops / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 include ../../templates/C.am
4 include ../../templates/backdrops.am
5
6 # Setup a symlink from C -> en_US.UTF-8
7 install-data-hook:
8         $(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/backdrops/desc.en_US.UTF-8
9         cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/backdrops/ && $(LN_S) desc.C desc.en_US.UTF-8
10
11