civodul pushed a commit to branch nix
in repository guix.

commit e82951fe23daa961ef18b0c5cc9ba1f5d8906186
Author: Eelco Dolstra <[email protected]>
Date:   Thu Jul 3 12:36:58 2014 +0200

    Manual: html -> xhtml
---
 doc/manual/local.mk |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/manual/local.mk b/doc/manual/local.mk
index 953a4d4..1c5a3a2 100644
--- a/doc/manual/local.mk
+++ b/doc/manual/local.mk
@@ -54,7 +54,7 @@ dist-files += $(man-pages)
 $(d)/manual.html: $(d)/manual.xml $(MANUAL_SRCS) $(d)/manual.is-valid
        $(trace-gen) $(XSLTPROC) --xinclude --stringparam profile.condition 
manual \
          $(docbookxsl)/profiling/profile.xsl $< | \
-         $(XSLTPROC) --output $@ $(docbookxsl)/html/docbook.xsl -
+         $(XSLTPROC) --output $@ $(docbookxsl)/xhtml/docbook.xsl -
 
 $(foreach file, $(d)/manual.html $(d)/style.css, $(eval $(call 
install-data-in, $(file), $(docdir)/manual)))
 
@@ -94,12 +94,12 @@ NEWS_OPTS = \
 
 $(d)/release-notes.html: $(d)/release-notes.xml
        $(trace-gen) $(XSLTPROC) --xinclude --output $@ $(NEWS_OPTS) \
-         $(docbookxsl)/html/docbook.xsl $<
+         $(docbookxsl)/xhtml/docbook.xsl $<
 
 NEWS: $(d)/release-notes.xml
        $(trace-gen) $(XSLTPROC) --xinclude doc/manual/quote-literals.xsl $< | \
          $(XSLTPROC) --output [email protected] $(NEWS_OPTS) \
-         $(docbookxsl)/html/docbook.xsl - && \
+         $(docbookxsl)/xhtml/docbook.xsl - && \
        LANG=en_US.UTF-8 $(w3m) -dump [email protected] > [email protected] && \
        sed -e 's/●/*/g' -e 's/○/-/g' -e 's/━/-/g' < [email protected] > NEWS && \
        rm [email protected] [email protected]

Reply via email to