[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
193/376: Fix parallel make of manpages
From: |
Ludovic Court�s |
Subject: |
193/376: Fix parallel make of manpages |
Date: |
Wed, 28 Jan 2015 22:04:58 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 3c8522cc2271c70a870a9eb69fde142c8cd560c6
Author: Eelco Dolstra <address@hidden>
Date: Tue Sep 16 15:29:55 2014 +0200
Fix parallel make of manpages
---
doc/manual/local.mk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/manual/local.mk b/doc/manual/local.mk
index 223a49b..7a2c36c 100644
--- a/doc/manual/local.mk
+++ b/doc/manual/local.mk
@@ -40,11 +40,13 @@ man-pages := $(foreach n, \
nix.conf.5 nix-daemon.8, \
$(d)/$(n))
-$(man-pages): $(d)/manual.xmli $(d)/manual.is-valid
- $(trace-gen) $(XSLTPROC) --stringparam profile.condition manpage \
+$(firstword $(man-pages)): $(d)/manual.xmli $(d)/manual.is-valid
+ $(trace-gen) $(XSLTPROC) --novalid --stringparam profile.condition
manpage \
$(docbookxsl)/profiling/profile.xsl $< 2> /dev/null | \
(cd doc/manual && $(XSLTPROC) $(docbookxsl)/manpages/docbook.xsl -)
+$(wordlist 2, $(words $(man-pages)), $(man-pages)): $(firstword $(man-pages))
+
clean-files += $(d)/*.1 $(d)/*.5 $(d)/*.8
dist-files += $(man-pages)
- 190/376: Undocument NIX_OTHER_STORES, (continued)
- 190/376: Undocument NIX_OTHER_STORES, Ludovic Court�s, 2015/01/28
- 184/376: Nicer file names for the release notes, Ludovic Court�s, 2015/01/28
- 198/376: Derive Emacs nix-mode from prog-mode., Ludovic Court�s, 2015/01/28
- 179/376: Fix JAR installation, Ludovic Court�s, 2015/01/28
- 194/376: Style tweak, Ludovic Court�s, 2015/01/28
- 192/376: Fix references to version.txt, Ludovic Court�s, 2015/01/28
- 188/376: Drop "service deployment" bla bla, Ludovic Court�s, 2015/01/28
- 185/376: Release notes: Use a section per version, Ludovic Court�s, 2015/01/28
- 191/376: Drop separate release notes, Ludovic Court�s, 2015/01/28
- 199/376: Settings: Add bool get(), Ludovic Court�s, 2015/01/28
- 193/376: Fix parallel make of manpages,
Ludovic Court�s <=
- 195/376: Make troubleshooting an appendix, Ludovic Court�s, 2015/01/28
- 197/376: Remove unhelpful suggestion, Ludovic Court�s, 2015/01/28
- 196/376: Delete bugs.xml, Ludovic Court�s, 2015/01/28
- 183/376: Manual build fixes, Ludovic Court�s, 2015/01/28
- 203/376: Remove unused w3m dependency, Ludovic Court�s, 2015/01/28
- 182/376: Merge branch 'master' of github.com:thatdocslady/nix, Ludovic Court�s, 2015/01/28
- 207/376: Remove debug statement, Ludovic Court�s, 2015/01/28
- 204/376: Install some pkgconfig files, Ludovic Court�s, 2015/01/28
- 206/376: Store.so: Add dependency on libnixutil, Ludovic Court�s, 2015/01/28
- 200/376: Add some instrumentation for debugging GC leaks, Ludovic Court�s, 2015/01/28