mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Get the dt types installed properly on make install
This commit is contained in:
parent
c6b31ebd5f
commit
0cc0766cbd
2 changed files with 9 additions and 1 deletions
|
@ -3,3 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||
include ../../templates/C.am
|
||||
include ../../templates/types.am
|
||||
|
||||
# Setup a symlink from C -> en_US.UTF-8
|
||||
install-data-hook:
|
||||
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/appconfig/types/en_US.UTF-8
|
||||
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/appconfig/types/ && $(LN_S) C en_US.UTF-8
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ BUILT_SOURCES = autoStart.dt user-prefs.dt uxstd.dt dt.dt develop.dt \
|
|||
DisplayImage.dt DisplayPDF.dt DisplayVideo.dt DisplayPS.dt \
|
||||
videoTypes.dt Education.dt gcompris.dt geogebra.dt \
|
||||
stellarium.dt tuxpaint.dt dreamchess.dt eboard.dt Games.dt \
|
||||
gcompris.dt ktuberling.dt lbreakout2.dt powermanga.dt \
|
||||
ktuberling.dt lbreakout2.dt powermanga.dt \
|
||||
pychess.dt supertux.dt xboard.dt fontforge.dt gimp.dt \
|
||||
Graphics.dt inkscape.dt okular.dt xv.dt chromium.dt \
|
||||
firefox.dt Internet.dt nxclient.dt skype.dt thunderbird.dt \
|
||||
|
@ -28,6 +28,9 @@ BUILT_SOURCES = autoStart.dt user-prefs.dt uxstd.dt dt.dt develop.dt \
|
|||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
typesdir = $(CDE_INSTALLATION_TOP)/appconfig/types/$(LANG)
|
||||
dist_types_DATA = $(BUILT_SOURCES)
|
||||
|
||||
TOP = $(top_builddir)/programs
|
||||
MERGE = $(top_builddir)/programs/localized/util/merge
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue