summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-10-15 01:08:51 -0400
committerTavian Barnes <tavianator@tavianator.com>2017-10-15 15:38:19 -0400
commit305f75468ead1f68aad3f3b5162f7437ad8dd732 (patch)
treebbda88488ecd7fdaaa97e3e6b90deb5eee1b4cf6 /Makefile
parentfb95d8291e8946b63100b01a9f16504bae720132 (diff)
downloadbfs-305f75468ead1f68aad3f3b5162f7437ad8dd732.tar.xz
Add a man page
Fixes #31
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c23d154..a1a86e7 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,8 @@ clean:
install:
$(MKDIR) $(DESTDIR)$(PREFIX)/bin
$(INSTALL) -m755 bfs $(DESTDIR)$(PREFIX)/bin/bfs
+ $(MKDIR) $(DESTDIR)$(PREFIX)/share/man/man1
+ $(INSTALL) -m644 bfs.1 $(DESTDIR)$(PREFIX)/share/man/man1/bfs.1
uninstall:
$(RM) $(DESTDIR)$(PREFIX)/bin/bfs