From 799d094832f1afcc2c1ba203a2141f7b4fff6900 Mon Sep 17 00:00:00 2001 From: pknbe Date: Thu, 24 Sep 2009 01:05:11 +0000 Subject: Makefile: Add single-page stylesheet for FAQ. tools/faq.xsl: Ditto. --- ChangeLog | 5 ++++ Makefile | 8 +++--- tools/faq.xsl | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+), 3 deletions(-) create mode 100644 tools/faq.xsl diff --git a/ChangeLog b/ChangeLog index 96cacfd..92bca8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-09-24 Petr Kovar + + * Makefile: Add single-page stylesheet for FAQ. + * tools/faq.xsl: Ditto. + 2009-09-18 Petr Kovar * tools/faq.css: Add formatting for 'pre' elements. diff --git a/Makefile b/Makefile index 367bc23..9094b11 100644 --- a/Makefile +++ b/Makefile @@ -31,12 +31,13 @@ ###################################################################### # # $Log: Makefile,v $ +# Revision 1.7 2009/09/24 01:05:11 pknbe +# Makefile: Add single-page stylesheet for FAQ. +# tools/faq.xsl: Ditto. +# # Revision 1.6 2009/08/12 19:37:33 pknbe # Makefile: Add the 'faq_chunks.xsl' stylesheet. tools/faq_chunks.xsl: Add chunk stylesheet for FAQ. # -# Revision 1.6 2009/08/12 17:25:00 pknbe -# Added the 'faq_chunks.xsl' stylesheet -# # Revision 1.5 2005/06/21 20:29:32 fbarriere # Changed the Makefile to the new DocBook version of the doc # @@ -135,6 +136,7 @@ CHUNKS_STYLESHEET := $(ROOT_DIR)/tools/user_guide_chunks.xsl SINGLE_STYLESHEET := $(ROOT_DIR)/tools/user_guide.xsl FO_PDF_STYLESHEET := $(ROOT_DIR)/tools/user_guide_fo.xsl FAQ_CHUNKS_STYLESHEET := $(ROOT_DIR)/tools/faq_chunks.xsl +FAQ_SINGLE_STYLESHEET := $(ROOT_DIR)/tools/faq.xsl HTML_STYLESHEET := sylpheeddoc.css # diff --git a/tools/faq.xsl b/tools/faq.xsl new file mode 100644 index 0000000..2680f76 --- /dev/null +++ b/tools/faq.xsl @@ -0,0 +1,81 @@ + + +]> + + + + + + + + + + + + 10in + 10in + 10in + 10in + + + + + + + + + + + + + + + + + + + + + +yes + + + + + + + + + + + + + + + + + + + + + + + -- cgit