diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-04-11 11:24:36 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-04-11 11:24:36 +0200 |
commit | c71bf8390b9a06fa498d2cb4f8a4924309f4875e (patch) | |
tree | 5499637945b401be7c85f31ab0d0adaf09490839 /doc/Makefile.am | |
parent | 596189b7b38b9869fa632f9f15fe76652c4d6a3d (diff) |
New upstream version 3.1.6upstream/3.1.6
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index b792762..0b782bb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -59,5 +59,5 @@ install: ${INSTALL_DATA_SH} iuser.8 ${manto} ${INSTALL_DATA_SH} iseltime.8 ${manto} ${INSTALL_DATA_SH} bmclanpet.mib ${datato} - cd ${manto}; gzip -f *.8 + cd ${manto}; gzip -nf *.8 |