diff options
author | sin <sin@2f30.org> | 2014-10-27 13:56:33 +0000 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-27 13:56:33 +0000 |
commit | cae14a8208c0a0e33fb0ef7d61400dd774b4b711 (patch) | |
tree | 8c00a3c95c40615ff87c6906fee953b8aaea9ee4 /Makefile | |
parent | 9a14dcd8d2516e44feaf1a65af4ea8ac76fa33b5 (diff) | |
download | nnn-cae14a8208c0a0e33fb0ef7d61400dd774b4b711.tar.gz |
Ensure manprefix exists
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ strlcpy.o: util.h install: all mkdir -p $(DESTDIR)$(PREFIX)/bin cp -f $(BIN) $(DESTDIR)$(PREFIX)/bin + mkdir -p $(DESTDIR)$(MANPREFIX)/man1 cp -f $(BIN).1 $(DESTDIR)$(MANPREFIX)/man1 uninstall: |