mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Get the palettes installed properly on make install
This commit is contained in:
parent
e479b2082b
commit
c6b31ebd5f
4 changed files with 21 additions and 1 deletions
|
@ -363,6 +363,8 @@ programs/Makefile
|
|||
|
||||
programs/backdrops/Makefile
|
||||
|
||||
programs/palettes/Makefile
|
||||
|
||||
programs/icons/Makefile
|
||||
|
||||
programs/dthelp/Makefile
|
||||
|
|
|
@ -3,3 +3,9 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||
include ../../templates/C.am
|
||||
include ../../templates/palettes.am
|
||||
|
||||
# link the C version to en_US.UTF-8
|
||||
install-data-hook:
|
||||
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/palettes/desc.en_US.UTF-8
|
||||
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/palettes/ && $(LN_S) desc.C desc.en_US.UTF-8
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# process the palettes file...
|
||||
|
||||
BUILT_SOURCES = desc.$(LANG)
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
palettesdir = $(CDE_INSTALLATION_TOP)/palettes
|
||||
dist_palettes_DATA = $(BUILT_SOURCES)
|
||||
|
||||
TOP = $(top_builddir)/programs
|
||||
MERGE = $(top_builddir)/programs/localized/util/merge
|
||||
|
||||
|
|
10
cde/programs/palettes/Makefile.am
Normal file
10
cde/programs/palettes/Makefile.am
Normal file
|
@ -0,0 +1,10 @@
|
|||
palettedir = $(CDE_INSTALLATION_TOP)/palettes
|
||||
|
||||
dist_palette_DATA = Alpine.dp Chocolate.dp Grass.dp PBNJ.dp Tundra.dp \
|
||||
Arizona.dp Cinnamon.dp GrayScale.dp Sand.dp Urchin.dp \
|
||||
BeigeRose.dp Clay.dp Lilac.dp SantaFe.dp Wheat.dp Black.dp \
|
||||
Crimson.dp Mustard.dp Savannah.dp WhiteBlack.dp BlackWhite.dp \
|
||||
DarkGold.dp Neptune.dp SeaFoam.dp White.dp Broica.dp \
|
||||
Default.dp NorthernSky.dp SkyRed.dp Cabernet.dp Delphinium.dp \
|
||||
Nutmeg.dp SoftBlue.dp Camouflage.dp Desert.dp Olive.dp \
|
||||
SouthWest.dp Charcoal.dp Golden.dp Orchid.dp Summer.dp
|
Loading…
Add table
Add a link
Reference in a new issue