Commit 0f43fed90b7aae62deb1d5b11d8d9e2f1ecba1b2

Stefan Sperling 2020-09-14T14:05:11

add got.conf(5) to MAN list in Makefile

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/Makefile b/got/Makefile
index c244659..0eb11ed 100644
--- a/got/Makefile
+++ b/got/Makefile
@@ -10,7 +10,7 @@ SRCS=		got.c blame.c commit_graph.c delta.c diff.c \
 		inflate.c buf.c rcsutil.c diff3.c lockfile.c \
 		deflate.c object_create.c delta_cache.c fetch.c \
 		gotconfig.c
-MAN =		${PROG}.1 got-worktree.5 git-repository.5
+MAN =		${PROG}.1 got-worktree.5 git-repository.5 got.conf.5
 
 CPPFLAGS = -I${.CURDIR}/../include -I${.CURDIR}/../lib