aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b822a38..f0a6de1 100644
--- a/Makefile
+++ b/Makefile
@@ -109,5 +109,10 @@ install-headers:
@install -m 644 -D $(BUILDDIR)/inc/termgl.h $(PREFIX)/usr/include/termgl.h
@echo Finished
+.PHONY: install-man
+install-man: doc
+ @echo Installing man-pages
+ @install -m 644 -D doc/man/man3/* $(PREFIX)/usr/share/man/man3
+
todo:
@grep -n TODO src/**