summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f583233..333ec55 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -109,6 +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
$(BINDIR) $(LIBDIR) $(DOCDIR) $(MANDIR)::
@echo " MKDIR $@"
@@ -128,4 +129,4 @@ uninstall-doc: install-local-test
@rm -rf $(DOCDIR)
uninstall-man: install-local-test
- @rm -f $(MANDIR)/ct-ng.1
+ @rm -f $(MANDIR)/ct-ng.1{,.gz}