[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/118: Manual: html -> xhtml
From: |
Ludovic Courtès |
Subject: |
33/118: Manual: html -> xhtml |
Date: |
Tue, 19 May 2015 14:45:26 +0000 |
civodul pushed a commit to branch nix
in repository guix.
commit e82951fe23daa961ef18b0c5cc9ba1f5d8906186
Author: Eelco Dolstra <address@hidden>
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 address@hidden $(NEWS_OPTS) \
- $(docbookxsl)/html/docbook.xsl - && \
+ $(docbookxsl)/xhtml/docbook.xsl - && \
LANG=en_US.UTF-8 $(w3m) -dump address@hidden > address@hidden && \
sed -e 's/â—/*/g' -e 's/â—‹/-/g' -e 's/â”/-/g' < address@hidden > NEWS && \
rm address@hidden address@hidden
- 31/118: Add `--json` argument to `nix-instantiate`, (continued)
- 31/118: Add `--json` argument to `nix-instantiate`, Ludovic Courtès, 2015/05/19
- 18/118: Print a warning when loading a large path into memory, Ludovic Courtès, 2015/05/19
- 27/118: Add importNative primop, Ludovic Courtès, 2015/05/19
- 24/118: Drop ImportError and FindError, Ludovic Courtès, 2015/05/19
- 28/118: Only add the importNative primop if the allow-arbitrary-code-during-evaluation option is true (default false), Ludovic Courtès, 2015/05/19
- 30/118: allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-evaluation, Ludovic Courtès, 2015/05/19
- 34/118: Add builtin function ‘fromJSON’, Ludovic Courtès, 2015/05/19
- 36/118: Fix compilation error on some versions of GCC, Ludovic Courtès, 2015/05/19
- 32/118: Style fix, Ludovic Courtès, 2015/05/19
- 46/118: Fix use of sysread, Ludovic Courtès, 2015/05/19
- 33/118: Manual: html -> xhtml,
Ludovic Courtès <=
- 45/118: nix-copy-closure -s: Do substitutions via ‘nix-store --serve’, Ludovic Courtès, 2015/05/19
- 40/118: Remove maybeVfork, Ludovic Courtès, 2015/05/19
- 50/118: Fix closure size display, Ludovic Courtès, 2015/05/19
- 38/118: Fix security hole in ‘nix-store --serve’, Ludovic Courtès, 2015/05/19
- 43/118: Remove tabs, Ludovic Courtès, 2015/05/19
- 35/118: Don't build on Ubuntu 10.10, Ludovic Courtès, 2015/05/19
- 44/118: nix-copy-closure: Fix --dry-run, Ludovic Courtès, 2015/05/19
- 47/118: Replace message "importing path <...>" with "exporting path <...>", Ludovic Courtès, 2015/05/19
- 37/118: Add a test for the SSH substituter, Ludovic Courtès, 2015/05/19
- 39/118: nix-copy-closure: Fix race condition, Ludovic Courtès, 2015/05/19