summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpknbe <pknbe>2009-09-24 01:05:11 +0000
committerpknbe <pknbe>2009-09-24 01:05:11 +0000
commit799d094832f1afcc2c1ba203a2141f7b4fff6900 (patch)
treeef8dc98765ac0fef7285376a9bde6b00f366b4bf /Makefile
parent17741c2de5a1e240a8e4b7fcfb834cfd08f9c9a6 (diff)
downloadsylpheeddoc-doc-799d094832f1afcc2c1ba203a2141f7b4fff6900.tar.gz
sylpheeddoc-doc-799d094832f1afcc2c1ba203a2141f7b4fff6900.tar.xz
sylpheeddoc-doc-799d094832f1afcc2c1ba203a2141f7b4fff6900.zip
Makefile: Add single-page stylesheet for FAQ.
tools/faq.xsl: Ditto.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
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
#