commit 0f43fed90b7aae62deb1d5b11d8d9e2f1ecba1b2 from: Stefan Sperling date: Mon Sep 14 14:05:11 2020 UTC add got.conf(5) to MAN list in Makefile commit - 53643ae18558c41fba1c99fbe9e5e73de7fe8797 commit + 0f43fed90b7aae62deb1d5b11d8d9e2f1ecba1b2 blob - c244659a0df74322caa231ad293ecbe3d0c6656e blob + 0eb11ed98ef6532811ab693d8ca239ff97f63150 --- got/Makefile +++ 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