summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/Makefile
diff options
context:
space:
mode:
authorJonathan Corbet2015-08-06 20:57:44 +0200
committerJonathan Corbet2015-08-06 20:57:44 +0200
commit60004ca5dcfbf43182a9ba42bcbbf216c3684433 (patch)
treea162fa48c8ec29ae88ac66deb22c46d05999a849 /Documentation/DocBook/Makefile
parentDocumentation: Minor changes to men-chameleon-bus.txt (diff)
parentRevert "DocBook: Avoid building man pages repeatedly and inconsistently" (diff)
downloadkernel-qcow2-linux-60004ca5dcfbf43182a9ba42bcbbf216c3684433.tar.gz
kernel-qcow2-linux-60004ca5dcfbf43182a9ba42bcbbf216c3684433.tar.xz
kernel-qcow2-linux-60004ca5dcfbf43182a9ba42bcbbf216c3684433.zip
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/