mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
localized: use proper mkcatdefs for the Motif catalogs
This commit is contained in:
parent
9b2534efab
commit
e4e8b323c7
1 changed files with 11 additions and 3 deletions
|
@ -24,17 +24,25 @@ TOP = $(top_builddir)/programs
|
|||
TOPLIB = $(top_builddir)/lib
|
||||
TOPMOTIF = $(top_builddir)/imports/
|
||||
|
||||
MKCATDEFS = $(TOP)/localized/util/mkcatdefs
|
||||
|
||||
Xm.cat: $(top_srcdir)/imports/motif/localized/$(LANG)/msg/Xm.msg
|
||||
$(RM) $@
|
||||
LANG=C $(GENCAT) $@ $^ || $(RM) $@
|
||||
$(MKCATDEFS) Xm $^ -h > Xm.tmp.msg
|
||||
LANG=C $(GENCAT) $@ Xm.tmp.msg || $(RM) $@
|
||||
$(RM) Xm.tmp.msg
|
||||
|
||||
Mrm.cat: $(top_srcdir)/imports/motif/localized/$(LANG)/msg/Mrm.msg
|
||||
$(RM) $@
|
||||
LANG=C $(GENCAT) $@ $^ || $(RM) $@
|
||||
$(MKCATDEFS) Mrm $^ -h > Mrm.tmp.msg
|
||||
LANG=C $(GENCAT) $@ Mrm.tmp.msg || $(RM) $@
|
||||
$(RM) Mrm.tmp.msg
|
||||
|
||||
Uil.cat: $(top_srcdir)/imports/motif/localized/$(LANG)/msg/Uil.msg
|
||||
$(RM) $@
|
||||
LANG=C $(GENCAT) $@ $^ || $(RM) $@
|
||||
$(MKCATDEFS) Uil $^ -h > Uil.tmp.msg
|
||||
LANG=C $(GENCAT) $@ Uil.tmp.msg || $(RM) $@
|
||||
$(RM) Uil.tmp.msg
|
||||
|
||||
DtHelp.cat: $(TOPLIB)/DtHelp/DtHelp.msg
|
||||
$(RM) $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue