commit 3c9bae70cd3e88013fbc91799ba32e3034495597 from: Thomas Adam date: Wed Sep 22 19:29:35 2021 UTC manpages: install .5 to correct location When installing man pages, split out .1 and .5 as they install to different paths. commit - 7e5c335642bf836fb0ae7494cbb4acc9d32cc871 commit + 3c9bae70cd3e88013fbc91799ba32e3034495597 blob - a4bd81e4dfe7d4b285d43fbce53a0b7c6156b696 blob + 8bd2ae2ccbea5a02855dc5d1948dc6cd4653ea24 --- got/Makefile.am +++ got/Makefile.am @@ -50,7 +50,8 @@ EXTRA_DIST = $(top_srcdir)/compat/*.[ch] \ got_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a -man1_MANS = got.1 got.conf.5 git-repository.5 got-worktree.5 +man1_MANS = got.1 +man5_MANS = got.conf.5 git-repository.5 got-worktree.5 AM_CPPFLAGS += -DGOT_VERSION='"@VERSION@"' \ -DGOT_VERSION_NUMBER='"@VERSION@"' \