tisp

tiny lisp
git clone git://edryd.org/tisp
Log | Files | Refs | LICENSE

commit d41938e18009f83f848220843c3ab0cae9ecd8e5
parent 0734630a14a3a3a32162968166e26056f472bb4d
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Sun, 29 Mar 2020 19:44:08 -0700

Fix install recipe to actually copy man page

Diffstat:
Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -73,6 +73,7 @@ install: all @chmod 755 $(DESTDIR)$(PREFIX)/bin/tsp @echo installing manual page to $(DESTDIR)$(MANPREFIX)/man1 @mkdir -p $(DESTDIR)$(MANPREFIX)/man1 + @cp -f doc/$(EXE).1 $(DESTDIR)$(MANPREFIX)/man1/ @chmod 644 $(DESTDIR)$(MANPREFIX)/man1/$(EXE).1 @echo installing shared libraries to $(DESTDIR)$(PREFIX)/lib/tisp @mkdir -p $(DESTDIR)$(PREFIX)/lib/tisp