mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-14 20:22:21 +00:00
dtinfo: install required stuff, also in localized/
This commit is contained in:
parent
b6c938fb47
commit
93a3d73ef7
6 changed files with 19 additions and 16 deletions
|
@ -27,3 +27,8 @@ libDtMmdb_la_LIBADD = api/libapi.la btree/libbtree.la \
|
|||
utility/libutility.la
|
||||
|
||||
libDtMmdb_la_LDFLAGS = -version-info 2:1:0
|
||||
|
||||
infolibdir = $(CDE_INSTALLATION_TOP)/infolib/etc
|
||||
infolib_DATA = oliasdb/mmdb.infolib.spec \
|
||||
StyleSheet/hardcopy.feature.spec \
|
||||
StyleSheet/online.feature.spec
|
||||
|
|
|
@ -4,7 +4,7 @@ noinst_PROGRAMS = dtinfo_start
|
|||
|
||||
BUILT_SOURCES = dtinfo_start.opnums
|
||||
|
||||
dtinfo_start_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB) -lXm
|
||||
dtinfo_start_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||
|
||||
dtinfo_start.opnums: $(top_builddir)/programs/tttypes/dtinfo_start.opnums
|
||||
$(RM) dtinfo_start.opnums
|
||||
|
|
|
@ -4,5 +4,5 @@ etcdir = $(CDE_CONFIGURATION_TOP)
|
|||
|
||||
SUBDIRS = bitmaps fonts
|
||||
|
||||
infolibdir = $(CDE_INSTALLATION_TOP)/infolib
|
||||
infolibdir = $(CDE_INSTALLATION_TOP)/infolib/etc
|
||||
infolib_DATA = mmdb.mark.spec
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# process the app-defaults files...
|
||||
|
||||
#NOTYET - Dtinfo
|
||||
|
||||
|
||||
BUILT_SOURCES = Dthelpview Dtimsstart Dtlogin Dthello Dtsession \
|
||||
Dtscreen Dtwm Dtfile Dtstyle Dtpad Dticon Dtcreate Dtcalc \
|
||||
Dtcm Dtterm Dtmail Dtbuilder Dtudcfonted Dt
|
||||
Dtcm Dtterm Dtmail Dtbuilder Dtudcfonted Dt Dtinfo
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
|
|
|
@ -1,19 +1,17 @@
|
|||
# process the message files...
|
||||
|
||||
# NOTYET dtinfo.cat dtinfo_start.cat
|
||||
|
||||
# BROKEN (always has been): fmt_tbl.cat
|
||||
|
||||
BUILT_SOURCES = Xm.cat Mrm.cat Uil.cat DtHelp.cat \
|
||||
DtMail.cat DtPrint.cat DtWidget.cat MotifApp.cat \
|
||||
SUNW_TOOLTALK.cat dt.cat dtact.cat dtbuilder.cat dtcalc.cat \
|
||||
dtcm.cat dtcodegen.cat dtconfig.cat dtcopy.cat dtcreate.cat \
|
||||
dtfile.cat dthello.cat dthelpgen.cat dthelpprint.cat dticon.cat \
|
||||
dtimsstart.cat dtksh.cat \
|
||||
dtlogin.cat dtlp.cat dtmailopts.cat dtpad.cat dtpdm.cat \
|
||||
dtpdmd.cat dtprintinfo.cat dtscreen.cat dtsearch.cat \
|
||||
BUILT_SOURCES = Xm.cat Mrm.cat Uil.cat DtHelp.cat DtMail.cat \
|
||||
DtPrint.cat DtWidget.cat MotifApp.cat SUNW_TOOLTALK.cat dt.cat \
|
||||
dtact.cat dtbuilder.cat dtcalc.cat dtcm.cat dtcodegen.cat \
|
||||
dtconfig.cat dtcopy.cat dtcreate.cat dtfile.cat dthello.cat \
|
||||
dthelpgen.cat dthelpprint.cat dticon.cat dtimsstart.cat \
|
||||
dtksh.cat dtlogin.cat dtlp.cat dtmailopts.cat dtpad.cat \
|
||||
dtpdm.cat dtpdmd.cat dtprintinfo.cat dtscreen.cat dtsearch.cat \
|
||||
dtsession.cat dtstyle.cat dtterm.cat dttypes.cat dtwm.cat \
|
||||
dtudcexch.cat dtudcfonted.cat libdtcm.cat libDtMail.cat
|
||||
dtudcexch.cat dtudcfonted.cat libdtcm.cat libDtMail.cat \
|
||||
dtinfo.cat dtinfo_start.cat
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
|
|
|
@ -259,7 +259,7 @@ void cat_open (void)
|
|||
|
||||
if(dfile != NULL)
|
||||
{
|
||||
sprintf(line,"gencat %s %s", dFilename, dfile);
|
||||
snprintf(line, PATH_MAX, "gencat %s %s", dFilename, dfile);
|
||||
if ( system(line) != 0 )
|
||||
{
|
||||
fatal("default .tmsg file would not gencat\n",0,9);
|
||||
|
|
Loading…
Reference in a new issue