From 2a1fa5ff11b9b3137a402ede0cd47a2754c9facf Mon Sep 17 00:00:00 2001 From: Matt Hunter Date: Mon, 25 May 2026 22:42:02 -0400 Subject: precheck: Add documentation in new manpage Adds git-precheck(1) as the primary documentation for git-precheck. Like with git-sonar, the previous 'git-precheck --help' text is incorporated, and specifying --help now causes the new manpage to open. Signed-off-by: Matt Hunter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de4ba58..e29e455 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SOURCE=git-sonar git-precheck -MANPAGES=git-sonar.1 +MANPAGES=git-sonar.1 git-precheck.1 PREFIX?=/usr/local PWD=$(shell pwd) -- cgit v1.2.3