From 77b3dac1b134ceb7ecb149fa015dc743cc8f34c8 Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 16 Oct 2021 15:33:22 -0400 Subject: [PATCH] build: add docs folder to makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d42a29..06f2108 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ hilbiline: install: @install -v -d "$(DESTDIR)$(BINDIR)/" && install -m 0755 -v hilbish "$(DESTDIR)$(BINDIR)/hilbish" @mkdir -p "$(DESTDIR)$(LIBDIR)" - @cp libs preload.lua .hilbishrc.lua "$(DESTDIR)$(LIBDIR)" -r + @cp libs docs preload.lua .hilbishrc.lua "$(DESTDIR)$(LIBDIR)" -r @grep "$(DESTDIR)$(BINDIR)/hilbish" -qxF /etc/shells || echo "$(DESTDIR)$(BINDIR)/hilbish" >> /etc/shells @echo "Hilbish Installed"