summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-02-09 14:49:45 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-02-09 14:49:45 +0200
commit555654d5e3659415518b4fd3e8724e22e36f0d09 (patch)
treed932891e283f9d4404e1912659591bdd23178510 /Makefile
parentfead7a5da40093bed162abd2c96cf3609fe26b6e (diff)
Makefile: don't emit timestamps with gzip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0132f987..8c831cd7 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ install-doc:
SECTION=`echo $${MANPAGE} | rev | cut -d "." -f 1`; \
MANPAGEPATH=${DESTDIR}${MANDIR}/man$${SECTION}/$${MANPAGE}.gz; \
echo " * installing $${MANPAGE} → ${GREEN}$${MANPAGEPATH}${ANSI_RESET}"; \
- gzip < $${MANPAGE} > $${MANPAGEPATH} \
+ gzip -n < $${MANPAGE} > $${MANPAGEPATH} \
; done ; \
(case ":${MANPATHS}:" in \
*:${DESTDIR}${MANDIR}:*) echo -n "";; \