astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 3cc848cbff9cd1e476dcce82c6d2c625424651b3
parent e96949e5f4f07434b7ca4dea38ea1d8a5de1b2dc
Author: René Wagner <rwa@clttr.info>
Date:   Sat,  2 Sep 2023 09:17:54 +0200

Makefile: add CONTRIBUTING.md to DOCDIR

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -9,7 +9,7 @@ LICENSEDIR?=$(PREFIX)/share/doc/astro install: mkdir -p $(BINDIR) $(DOCDIR) $(LICENSEDIR) $(MANDIR) install -m +rx astro -t $(BINDIR) - install -m +r README.md -t $(DOCDIR) + install -m +r README.md CONTRIBUTING.md -t $(DOCDIR) install -m +r LICENSE -t $(LICENSEDIR) install -m +r astro.en.1 $(MANDIR)/astro.1