build: move manpages to man subdir
parent
5ed0f532d4
commit
60df6ba3b0
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue