From: Stefano Zacchiroli Date: Wed, 2 Apr 2003 09:15:31 +0000 (+0000) Subject: made "xsl" dir autotools-aware X-Git-Tag: before_refactoring~65 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;ds=sidebyside;h=91090a7735cb7118f69371b5552a3ed2d58ad7bb;p=helm.git made "xsl" dir autotools-aware --- diff --git a/helm/DEVEL/mathml_editor/xsl/.cvsignore b/helm/DEVEL/mathml_editor/xsl/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/helm/DEVEL/mathml_editor/xsl/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/helm/DEVEL/mathml_editor/xsl/Makefile.am b/helm/DEVEL/mathml_editor/xsl/Makefile.am new file mode 100644 index 000000000..f3ac30fff --- /dev/null +++ b/helm/DEVEL/mathml_editor/xsl/Makefile.am @@ -0,0 +1,2 @@ +pkgdata_DATA = d-xsl.xsl tml-mmlp.xsl tml-tex.xsl tml-texid.xsl +EXTRA_DIST = d-xsl.xsl tml-mmlp.xsl tml-tex.xsl tml-texid.xsl