From 790bbdb3c04f0fc2d430b8737cd99dc9014dc1bb Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 2 Apr 2003 09:12:59 +0000 Subject: [PATCH] moved dictionaries in a new "dict" directory --- helm/DEVEL/mathml_editor/dict/.cvsignore | 2 ++ helm/DEVEL/mathml_editor/dict/Makefile.am | 2 ++ helm/DEVEL/mathml_editor/{ => dict}/dictionary-basic.xml | 0 helm/DEVEL/mathml_editor/{ => dict}/dictionary-test.xml | 0 helm/DEVEL/mathml_editor/{ => dict}/dictionary-tex.xml | 0 helm/DEVEL/mathml_editor/{ => dict}/dictionary.dtd | 0 6 files changed, 4 insertions(+) create mode 100644 helm/DEVEL/mathml_editor/dict/.cvsignore create mode 100644 helm/DEVEL/mathml_editor/dict/Makefile.am rename helm/DEVEL/mathml_editor/{ => dict}/dictionary-basic.xml (100%) rename helm/DEVEL/mathml_editor/{ => dict}/dictionary-test.xml (100%) rename helm/DEVEL/mathml_editor/{ => dict}/dictionary-tex.xml (100%) rename helm/DEVEL/mathml_editor/{ => dict}/dictionary.dtd (100%) diff --git a/helm/DEVEL/mathml_editor/dict/.cvsignore b/helm/DEVEL/mathml_editor/dict/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/helm/DEVEL/mathml_editor/dict/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/helm/DEVEL/mathml_editor/dict/Makefile.am b/helm/DEVEL/mathml_editor/dict/Makefile.am new file mode 100644 index 000000000..f4246e40c --- /dev/null +++ b/helm/DEVEL/mathml_editor/dict/Makefile.am @@ -0,0 +1,2 @@ +pkgdata_DATA = dictionary-basic.xml dictionary-test.xml dictionary-tex.xml dictionary.dtd +EXTRA_DIST = dictionary-basic.xml dictionary-test.xml dictionary-tex.xml dictionary.dtd diff --git a/helm/DEVEL/mathml_editor/dictionary-basic.xml b/helm/DEVEL/mathml_editor/dict/dictionary-basic.xml similarity index 100% rename from helm/DEVEL/mathml_editor/dictionary-basic.xml rename to helm/DEVEL/mathml_editor/dict/dictionary-basic.xml diff --git a/helm/DEVEL/mathml_editor/dictionary-test.xml b/helm/DEVEL/mathml_editor/dict/dictionary-test.xml similarity index 100% rename from helm/DEVEL/mathml_editor/dictionary-test.xml rename to helm/DEVEL/mathml_editor/dict/dictionary-test.xml diff --git a/helm/DEVEL/mathml_editor/dictionary-tex.xml b/helm/DEVEL/mathml_editor/dict/dictionary-tex.xml similarity index 100% rename from helm/DEVEL/mathml_editor/dictionary-tex.xml rename to helm/DEVEL/mathml_editor/dict/dictionary-tex.xml diff --git a/helm/DEVEL/mathml_editor/dictionary.dtd b/helm/DEVEL/mathml_editor/dict/dictionary.dtd similarity index 100% rename from helm/DEVEL/mathml_editor/dictionary.dtd rename to helm/DEVEL/mathml_editor/dict/dictionary.dtd -- 2.39.2