From df061c1f36b736bbbcfaba62b8518af6eec4aa97 Mon Sep 17 00:00:00 2001
From: anon <anon@anon.anon>
Date: Fri, 16 Aug 2024 17:12:55 +0200
Subject: [PATCH] minor makefile modifications

---
 Makefile | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Makefile b/Makefile
index b97ef39..0a30045 100644
--- a/Makefile
+++ b/Makefile
@@ -42,5 +42,16 @@ clean:
 test:
 	${WRAP} ./${OUTPUT}
 
+docs:
+	kramdown-man documentation/histui.1.md -o ${OBJECT.d}/histui.1
+
 install:
+	-cp ${OBJECT.d}/histui.1 /usr/local/share/man/man1/
 	cp ${OUTPUT} ~/bin/
+
+help:
+	@echo Available targets:
+	@echo "  histui"
+	@echo "  docs"
+	@echo "  install"
+	@echo "  clean"