diff options
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 333ec55d..1eb3210d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -109,7 +109,7 @@ install-doc: install-local-test $(DOCDIR) install-man: install-local-test $(MANDIR) @echo " INST ct-ng.1" @install -m 644 docs/ct-ng.1 $(MANDIR) - @gzip -9 $(MANDIR)/ct-ng.1 + @gzip -f9 $(MANDIR)/ct-ng.1 $(BINDIR) $(LIBDIR) $(DOCDIR) $(MANDIR):: @echo " MKDIR $@" |