summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Hunter <m@lfurio.us>2026-05-25 22:42:02 -0400
committerMatt Hunter <m@lfurio.us>2026-05-31 22:28:36 -0400
commit2a1fa5ff11b9b3137a402ede0cd47a2754c9facf (patch)
treeb03f72df16d50c4ac381fae272a6bc2c9a519f05 /Makefile
parent09a1d8991ce770a55aad05f2c4131a917ded1cb6 (diff)
downloadgit-sonar-2a1fa5ff11b9b3137a402ede0cd47a2754c9facf.tar.gz
git-sonar-2a1fa5ff11b9b3137a402ede0cd47a2754c9facf.zip
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 <m@lfurio.us>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)