From e3040135a5e51baab04070e04f86c22df2867c5c Mon Sep 17 00:00:00 2001 From: jvech Date: Sat, 21 Sep 2024 14:46:03 -0500 Subject: doc: Man page for configuration file added The only concern I have with this file is having the program version matching with the actual program, but it is not critical --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8efec3..4d54e2c 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ install: all @#man page install -d $(MANPREFIX)/man1 install -m 644 doc/ml.1 $(MANPREFIX)/man1/ml.1 + install -m 644 doc/ml_config.5 $(MANPREFIX)/man5/ml_config.5 install_config: mkdir -p ~/.config/ml @@ -46,6 +47,7 @@ install_config: uninstall: rm -v $(BINPREFIX)/${BIN} rm -v $(MANPREFIX)/man1/ml.1 + rm -v $(MANPREFIX)/man5/ml_config.5 man: build help2man -N ./ml -I doc/man.txt > doc/ml.1 -- cgit v1.2.3-70-g09d2