diff options
| author | Matt Hunter <m@lfurio.us> | 2026-05-25 22:42:02 -0400 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-05-31 22:28:36 -0400 |
| commit | 2a1fa5ff11b9b3137a402ede0cd47a2754c9facf (patch) | |
| tree | b03f72df16d50c4ac381fae272a6bc2c9a519f05 /Makefile | |
| parent | 09a1d8991ce770a55aad05f2c4131a917ded1cb6 (diff) | |
| download | git-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
