mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 14:12:26 +00:00
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:
parent
8922b9cd7d
commit
928658aeaa
@ -109,6 +109,7 @@ install-doc: install-local-test $(DOCDIR)
|
|||||||
install-man: install-local-test $(MANDIR)
|
install-man: install-local-test $(MANDIR)
|
||||||
@echo " INST ct-ng.1"
|
@echo " INST ct-ng.1"
|
||||||
@install -m 644 docs/ct-ng.1 $(MANDIR)
|
@install -m 644 docs/ct-ng.1 $(MANDIR)
|
||||||
|
@gzip -9 $(MANDIR)/ct-ng.1
|
||||||
|
|
||||||
$(BINDIR) $(LIBDIR) $(DOCDIR) $(MANDIR)::
|
$(BINDIR) $(LIBDIR) $(DOCDIR) $(MANDIR)::
|
||||||
@echo " MKDIR $@"
|
@echo " MKDIR $@"
|
||||||
@ -128,4 +129,4 @@ uninstall-doc: install-local-test
|
|||||||
@rm -rf $(DOCDIR)
|
@rm -rf $(DOCDIR)
|
||||||
|
|
||||||
uninstall-man: install-local-test
|
uninstall-man: install-local-test
|
||||||
@rm -f $(MANDIR)/ct-ng.1
|
@rm -f $(MANDIR)/ct-ng.1{,.gz}
|
||||||
|
Loading…
Reference in New Issue
Block a user