From 01131df242628986266c61fe5a38872310a9bad5 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Mon, 1 Jun 2009 00:34:57 -0500 Subject: Adding mal2html.xsl --- configure.in | 4 ++++ stylesheets/Makefile.am | 3 ++- stylesheets/mal2html.xsl.in | 43 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 stylesheets/mal2html.xsl.in diff --git a/configure.in b/configure.in index 4dc488aa..3019d2ad 100644 --- a/configure.in +++ b/configure.in @@ -93,6 +93,9 @@ AC_SUBST(DB_TITLE) DB2HTML="`$PKG_CONFIG --variable=db2xhtml gnome-doc-utils`" AC_SUBST(DB2HTML) +MAL2HTML="`$PKG_CONFIG --variable=mal2xhtml gnome-doc-utils`" +AC_SUBST(MAL2HTML) + GDU_GETTEXT="`$PKG_CONFIG --variable=gettext gnome-doc-utils`" AC_SUBST(GDU_GETTEXT) @@ -269,6 +272,7 @@ src/Makefile stylesheets/Makefile stylesheets/db2html.xsl stylesheets/db-title.xsl +stylesheets/mal2html.xsl stylesheets/toc2html.xsl data/Makefile data/icons/Makefile diff --git a/stylesheets/Makefile.am b/stylesheets/Makefile.am index c6b6b060..09ccf408 100644 --- a/stylesheets/Makefile.am +++ b/stylesheets/Makefile.am @@ -5,10 +5,11 @@ xsldir=$(datadir)/yelp/xslt xsl_DATA = \ db2html.xsl \ db-title.xsl \ + mal2html.xsl \ info2html.xsl \ man2html.xsl \ search2html.xsl \ toc2html.xsl \ yelp-common.xsl -EXTRA_DIST=$(xsl_DATA) db2html.xsl.in db-title.xsl.in toc2html.xsl.in +EXTRA_DIST=$(xsl_DATA) db2html.xsl.in db-title.xsl.in mal2html.xsl.in toc2html.xsl.in diff --git a/stylesheets/mal2html.xsl.in b/stylesheets/mal2html.xsl.in new file mode 100644 index 00000000..303ac03e --- /dev/null +++ b/stylesheets/mal2html.xsl.in @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1