From: Luca Padovani Date: Fri, 21 Mar 2003 11:11:10 +0000 (+0000) Subject: * defined variables for the default path of dictionaries X-Git-Tag: before_refactoring~101 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=b8ddc4970fb82aa3a0b58550d80991a8d9744d99;p=helm.git * defined variables for the default path of dictionaries and stylesheets --- diff --git a/helm/DEVEL/mathml_editor/editex.pc.in b/helm/DEVEL/mathml_editor/editex.pc.in index ae286c215..0a0172449 100644 --- a/helm/DEVEL/mathml_editor/editex.pc.in +++ b/helm/DEVEL/mathml_editor/editex.pc.in @@ -3,6 +3,12 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +datadir=@datadir@ + +pkgdatadir=${datadir}/editex +default_dictionary=${pkgdatadir}/dictionary-tex.xml +default_mathml_xsl=${pkgdatadir}/tml-mmlp.xsl +default_tex_xsl=${pkgdatadir}/tml-tex.xsl Name: EdiTeX Description: An XML/MathML editor based on TeX/LaTeX syntax