1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-10-30 03:36:16 +00:00

Move mycorrhiza.1 to help directory

This commit is contained in:
Timur Ismagilov 2022-03-26 18:54:01 +03:00
parent 715602d56b
commit ae4a8aeb4e
2 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ mycorrhiza:
install:
mkdir -m755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
install -m755 mycorrhiza $(DESTDIR)$(BINDIR)/mycorrhiza
install -m644 doc/mycorrhiza.1 $(DESTDIR)$(MANDIR)/man1/mycorrhiza.1
install -m644 help/mycorrhiza.1 $(DESTDIR)$(MANDIR)/man1/mycorrhiza.1
.PHONY: all mycorrhiza install