summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-09-09 14:46:39 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-09-09 14:46:39 -0400
commit7d5b718c1edbc43c54b7001be548e515a49540ea (patch)
tree60c82824af0d5708f7b9846f5f6288dc1578e53a
parent24632d280491c465dfe208ef788815890892e326 (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 <memsize@videotron.ca>
-rw-r--r--specs/i18n/compose/docbook-nl.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/specs/i18n/compose/docbook-nl.am b/specs/i18n/compose/docbook-nl.am
index 28801330..95860c29 100644
--- a/specs/i18n/compose/docbook-nl.am
+++ b/specs/i18n/compose/docbook-nl.am
@@ -41,20 +41,16 @@ XMLTO_HTML_OLINK_FLAGS = \
--stringparam current.docid="$(<:.xml=)"
XMLTO_HTML_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-chunk.xsl
XMLTO_TXT_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl
-XMLTO_CSS_STYLESHEET_FLAGS = \
- --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
XMLTO_HTML_CHUNKING_FLAGS = \
--stringparam root.filename="$(<:.xml=)"
XMLTO_HTML_FLAGS = \
$(XMLTO_SEARCHPATH_FLAGS) \
$(XMLTO_HTML_STYLESHEET_FLAGS) \
- $(XMLTO_CSS_STYLESHEET_FLAGS) \
$(XMLTO_HTML_CHUNKING_FLAGS) \
$(XMLTO_HTML_OLINK_FLAGS)
XMLTO_TXT_FLAGS = \
$(XMLTO_SEARCHPATH_FLAGS) \
$(XMLTO_TXT_STYLESHEET_FLAGS) \
- $(XMLTO_CSS_STYLESHEET_FLAGS) \
$(XMLTO_HTML_OLINK_FLAGS)
shelf_DATA += $(docbook:.xml=.html) $(chapters:.xml=.html)