From 3c9bae70cd3e88013fbc91799ba32e3034495597 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Wed, 22 Sep 2021 20:29:35 +0100 Subject: [PATCH] manpages: install .5 to correct location When installing man pages, split out .1 and .5 as they install to different paths. --- got/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/got/Makefile.am b/got/Makefile.am index a4bd81e4..8bd2ae2c 100644 --- a/got/Makefile.am +++ b/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@"' \ -- 2.11.4.GIT