From b8ddc4970fb82aa3a0b58550d80991a8d9744d99 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Fri, 21 Mar 2003 11:11:10 +0000 Subject: [PATCH] * defined variables for the default path of dictionaries and stylesheets --- helm/DEVEL/mathml_editor/editex.pc.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2