summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <nadon@memsize.(none)>2011-12-30 17:08:14 -0500
committerGaetan Nadon <nadon@memsize.(none)>2011-12-30 17:08:14 -0500
commitb7bb23fe7c8b8a17128e5bc98a05f68595190438 (patch)
tree19a4871f5a1df283ab2ef9bbb828929bf1ac104f
parent70505468b7c4a7068cc39be42e421dcee34ec595 (diff)
docbook.am: embed css styles inside the HTML HEAD element
Rather than referring to the external xorg.css stylesheet, embed the content of the file in the html output produced. This is accomplished by using version 1.10 of xorg-xhtml.xsl. This makes the whole html docs tree much more relocatable. In addition, it eliminates xorg.css as a runtime file which makes xorg-sgml-doctools a build time only package. Signed-off-by: Gaetan Nadon <nadon@memsize.(none)>
-rw-r--r--docbook.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/docbook.am b/docbook.am
index 9377f5b3..bba4d545 100644
--- a/docbook.am
+++ b/docbook.am
@@ -30,11 +30,9 @@ XMLTO_HTML_OLINK_FLAGS = \
--stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.html.xml \
--stringparam current.docid="$(<:.xml=)"
XMLTO_HTML_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl
-XMLTO_HTML_CSS_STYLESHEET_FLAGS = --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
XMLTO_HTML_FLAGS = \
$(XMLTO_SEARCHPATH_FLAGS) \
$(XMLTO_HTML_STYLESHEET_FLAGS) \
- $(XMLTO_HTML_CSS_STYLESHEET_FLAGS) \
$(XMLTO_HTML_OLINK_FLAGS)
shelf_DATA += $(docbook:.xml=.html)