From 06de8bf510e07ae27356c550acb185c86298dd7a Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Wed, 2 Apr 2003 09:26:19 +0000 Subject: [PATCH] * mini-patch to dictionary * added dependencies to shared li;b --- .../mathml_editor/dict/dictionary-tex.xml | 2 +- helm/DEVEL/mathml_editor/dictionary-tex.xml | 378 ++++++++++++++++++ helm/DEVEL/mathml_editor/src/Makefile.am | 2 +- 3 files changed, 380 insertions(+), 2 deletions(-) create mode 100644 helm/DEVEL/mathml_editor/dictionary-tex.xml diff --git a/helm/DEVEL/mathml_editor/dict/dictionary-tex.xml b/helm/DEVEL/mathml_editor/dict/dictionary-tex.xml index c945d4e68..47995454f 100644 --- a/helm/DEVEL/mathml_editor/dict/dictionary-tex.xml +++ b/helm/DEVEL/mathml_editor/dict/dictionary-tex.xml @@ -190,7 +190,7 @@ - + diff --git a/helm/DEVEL/mathml_editor/dictionary-tex.xml b/helm/DEVEL/mathml_editor/dictionary-tex.xml new file mode 100644 index 000000000..47995454f --- /dev/null +++ b/helm/DEVEL/mathml_editor/dictionary-tex.xml @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helm/DEVEL/mathml_editor/src/Makefile.am b/helm/DEVEL/mathml_editor/src/Makefile.am index f1c14e5f0..6397e10e0 100644 --- a/helm/DEVEL/mathml_editor/src/Makefile.am +++ b/helm/DEVEL/mathml_editor/src/Makefile.am @@ -3,7 +3,7 @@ lib_LTLIBRARIES = libeditex.la libeditex_la_LDFLAGS = -version-info @EDITEX_VERSION_INFO@ -libeditex_la_LDADDS = \ +libeditex_la_LIBADD = \ $(GMETADOM_LIBS) \ $(GDOMEXSLT_LIBS) -- 2.39.2