mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
Get app-defaults installing correctly
This commit is contained in:
parent
e577e8102c
commit
d7a734c171
2 changed files with 11 additions and 0 deletions
|
@ -3,3 +3,10 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||||
include ../../templates/C.am
|
include ../../templates/C.am
|
||||||
include ../../templates/app-defaults.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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,10 @@ BUILT_SOURCES = Dthelpview Dtimsstart Dtlogin Dthello Dtsession \
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
appdefdir = $(CDE_INSTALLATION_TOP)/app-defaults/$(LANG)
|
||||||
|
appdef_DATA = $(BUILT_SOURCES)
|
||||||
|
EXTRA_DIST = $(BUILT_SOURCES)
|
||||||
|
|
||||||
TOP = $(top_builddir)/programs
|
TOP = $(top_builddir)/programs
|
||||||
DTSVCSRC = $(top_builddir)/lib/DtSvc
|
DTSVCSRC = $(top_builddir)/lib/DtSvc
|
||||||
MERGE = $(top_builddir)/programs/localized/util/merge
|
MERGE = $(top_builddir)/programs/localized/util/merge
|
||||||
|
|
Loading…
Reference in a new issue