Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2015-08-06 21:57:44 +0300
committerJonathan Corbet <corbet@lwn.net>2015-08-06 21:57:44 +0300
commit60004ca5dcfbf43182a9ba42bcbbf216c3684433 (patch)
treea162fa48c8ec29ae88ac66deb22c46d05999a849 /Documentation/DocBook/Makefile
parent7c97211b61d8b91b8f88237e4bbb3a8959ecb18a (diff)
parente9c9963b439db734e9705f96909c5a3388dd81bb (diff)
Merge branch 'doc/4.3-reproducible' into docs-next
Ben Hutchings writes: As part of the reproducible builds project, Jérémy Bobbio identified several time-dependent and non-deterministic functions in the document build process (htmldocs, mandocs targets). This patch series should fix all of those. I ended up reverting one patch that introduced problems.
Diffstat (limited to 'Documentation/DocBook/Makefile')
-rw-r--r--Documentation/DocBook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index 170042a1ea5f..b7d2110298de 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -56,7 +56,7 @@ htmldocs: $(HTML)
MAN := $(patsubst %.xml, %.9, $(BOOKS))
mandocs: $(MAN)
- find $(obj)/man -name '*.9' | xargs gzip -f
+ find $(obj)/man -name '*.9' | xargs gzip -nf
installmandocs: mandocs
mkdir -p /usr/local/man/man9/