From bdfa4369633ef636c2055b14703d2c2b6fd49d4d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 2 Jun 2006 10:50:28 +0000 Subject: [PATCH] Move .xsl.in's to id.xsl's .. so that we reduce .in files further. --- Makefile.am | 7 +++++-- id.htmlhelp.xsl | 18 ++++++++++++++++++ id.man.xsl | 7 +++++++ id.tkl.xsl | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 id.htmlhelp.xsl create mode 100644 id.man.xsl create mode 100644 id.tkl.xsl diff --git a/Makefile.am b/Makefile.am index f4a6a81..1d26daa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.11 2006-05-24 12:46:39 adam Exp $ +## $Id: Makefile.am,v 1.12 2006-06-02 10:50:28 adam Exp $ commondir=$(datadir)/doc/@PACKAGE@/common @@ -13,7 +13,10 @@ SUPPORTFILES = \ html.xsl.in \ tkl.xsl.in \ print.dsl.in \ - man.xsl.in + man.xsl.in \ + id.htmlhelp.xsl \ + id.man.xsl \ + id.tkl.xsl EXTRA_DIST = $(SUPPORTFILES) $(common_DATA) README diff --git a/id.htmlhelp.xsl b/id.htmlhelp.xsl new file mode 100644 index 0000000..f5d4b7b --- /dev/null +++ b/id.htmlhelp.xsl @@ -0,0 +1,18 @@ + + + + + + + +0 +1 +1 +3 +3 +1 + + + + diff --git a/id.man.xsl b/id.man.xsl new file mode 100644 index 0000000..6cea265 --- /dev/null +++ b/id.man.xsl @@ -0,0 +1,7 @@ + + + + + + diff --git a/id.tkl.xsl b/id.tkl.xsl new file mode 100644 index 0000000..5f9a89d --- /dev/null +++ b/id.tkl.xsl @@ -0,0 +1,47 @@ + + + + + 1 + .tkl + 0 + + + + + + + + + <xsl:apply-templates select="." mode="object.title.markup"/> + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.10.4