From 91090a7735cb7118f69371b5552a3ed2d58ad7bb Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 2 Apr 2003 09:15:31 +0000 Subject: [PATCH] made "xsl" dir autotools-aware --- helm/DEVEL/mathml_editor/xsl/.cvsignore | 2 ++ helm/DEVEL/mathml_editor/xsl/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 helm/DEVEL/mathml_editor/xsl/.cvsignore create mode 100644 helm/DEVEL/mathml_editor/xsl/Makefile.am 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 -- 2.39.2