forked from ariadne/pkgconf
build: install pkgconf-personality(5) manpage
parent
41f8031533
commit
7939732f80
|
@ -146,7 +146,8 @@ libpkgconf_la_LDFLAGS = -no-undefined -version-info 3:0:0 -export-symbols-regex
|
|||
dist_man_MANS = \
|
||||
man/pkgconf.1 \
|
||||
man/pkg.m4.7 \
|
||||
man/pc.5
|
||||
man/pc.5 \
|
||||
man/pkgconf-personality.5
|
||||
|
||||
pkgconf_LDADD = libpkgconf.la
|
||||
pkgconf_SOURCES = \
|
||||
|
|
|
@ -104,4 +104,6 @@ endif
|
|||
|
||||
install_man('man/pkgconf.1')
|
||||
install_man('man/pkg.m4.7')
|
||||
install_man('man/pc.5')
|
||||
install_man('man/pkgconf-personality.5')
|
||||
install_data('pkg.m4', install_dir: 'share/aclocal')
|
||||
|
|
Loading…
Reference in New Issue