Install backdrops in proper location, install localization for them
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
backdropdir = ${prefix}/share/backdrops
|
backdropdir = $(CDE_INSTALLATION_TOP)/backdrops
|
||||||
|
|
||||||
dist_backdrop_DATA = Ankh.bm Crochet.pm Lattice.pm Paver.pm SkyLight.pm \
|
dist_backdrop_DATA = Ankh.bm Crochet.pm Lattice.pm Paver.pm SkyLight.pm \
|
||||||
Background.bm Foreground.bm Leaves.pm Pebbles.pm Sprinkles.pm \
|
Background.bm Foreground.bm Leaves.pm Pebbles.pm Sprinkles.pm \
|
||||||
|
|||||||
@@ -3,3 +3,9 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||||||
include ../../templates/C.am
|
include ../../templates/C.am
|
||||||
include ../../templates/backdrops.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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
# process the backdrop file...
|
# process the backdrop file...
|
||||||
|
|
||||||
BUILT_SOURCES = desc.$(LANG)
|
BUILT_SOURCES = desc.$(LANG)
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
backdropsdir = $(CDE_INSTALLATION_TOP)/backdrops
|
||||||
|
dist_backdrops_DATA = $(BUILT_SOURCES)
|
||||||
|
|
||||||
TOP = $(top_builddir)/programs
|
TOP = $(top_builddir)/programs
|
||||||
MERGE = $(top_builddir)/programs/localized/util/merge
|
MERGE = $(top_builddir)/programs/localized/util/merge
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user