diff options
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 |