Install a compressed man page (as per Debian's policy).

(Yes, you guessed: I'll try to have crosstool-NG packaged in Debian)
This commit is contained in:
Yann E. MORIN" 2007-07-30 21:10:22 +00:00
parent 8922b9cd7d
commit 928658aeaa

View File

@ -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}