From 928658aeaad060b77efbef916e5f863ff1401e99 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 30 Jul 2007 21:10:22 +0000 Subject: Install a compressed man page (as per Debian's policy). (Yes, you guessed: I'll try to have crosstool-NG packaged in Debian) --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f5832335..333ec55d 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} -- cgit v1.2.3