Get app-defaults installing correctly
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user