logo

inaban

Unnamed repository; edit this file 'description' to name the repository.
commit: 873201bd3820be6fa456c74c97a42d902055718c
parent: dc3ddce625259e9b1999561daa41280ccb0dd2bc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  3 Jul 2019 06:32:34 +0200

Makefile: install the manpage

Diffstat:

MMakefile4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -42,8 +42,8 @@ xdg-shell-protocol.c: xdg-shell-protocol.h install: all mkdir -p $(DESTDIR)$(BINDIR) cp -p $(EXE) $(DESTDIR)$(BINDIR)/$(EXE) - #mkdir -p $(DESTDIR)$(MANDIR)/man1 - #cp -p $(EXE).1 $(DESTDIR)$(MANDIR)/man1 + mkdir -p $(DESTDIR)$(MANDIR)/man1 + cp -p $(EXE).1 $(DESTDIR)$(MANDIR)/man1 #mkdir -p $(DESTDIR)$(DATADIR)/locale #cp -r locale/ $(DESTDIR)$(DATADIR)