build: move manpages to man subdir

pull/164/head
William Pitcock 2017-12-05 18:45:06 -06:00
parent 5ed0f532d4
commit 60df6ba3b0
3 changed files with 4 additions and 2 deletions

View File

@ -132,7 +132,9 @@ libpkgconf_la_SOURCES = \
libpkgconf/path.c
libpkgconf_la_LDFLAGS = -no-undefined -version-info 2:0:0 -export-symbols-regex '^pkgconf_'
dist_man_MANS = pkgconf.1
dist_man_MANS = \
man/pkgconf.1
pkgconf_LDADD = libpkgconf.la
pkgconf_SOURCES = main.c getopt_long.c
pkgconf_CPPFLAGS = -Ilibpkgconf

View File

@ -91,5 +91,5 @@ configure_file(input : 'Kyuafile.in', output : 'Kyuafile', configuration : cdata
subdir('tests')
install_man('pkgconf.1')
install_man('man/pkgconf.1')
install_data('pkg.m4', install_dir: 'share/aclocal')