From 063882c42019a34adb9231f2a1af09c1d17ea16f Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 14 Mar 2018 22:29:59 +0530 Subject: Fix #97: add manpage for nlay --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 09818a0..7b97a90 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ else LDLIBS += -lncurses endif -DISTFILES = nlay nnn.c nnn.h nnn.1 Makefile README.md LICENSE +DISTFILES = nlay nlay.1 nnn.c nnn.h nnn.1 Makefile README.md LICENSE SRC = nnn.c BIN = nnn PLAYER = nlay @@ -37,11 +37,13 @@ install: all $(INSTALL) -m 0755 $(BIN) $(PLAYER) $(DESTDIR)$(PREFIX)/bin $(INSTALL) -m 0755 -d $(DESTDIR)$(MANPREFIX)/man1 $(INSTALL) -m 0644 $(BIN).1 $(DESTDIR)$(MANPREFIX)/man1 + $(INSTALL) -m 0644 $(PLAYER).1 $(DESTDIR)$(MANPREFIX)/man1 uninstall: $(RM) $(DESTDIR)$(PREFIX)/bin/$(BIN) $(RM) $(DESTDIR)$(PREFIX)/bin/$(PLAYER) $(RM) $(DESTDIR)$(MANPREFIX)/man1/$(BIN).1 + $(RM) $(DESTDIR)$(MANPREFIX)/man1/$(PLAYER).1 strip: $(BIN) $(STRIP) $^ -- cgit v1.2.3-70-g09d2