man: update man build

This commit is contained in:
Wim Taymans 2017-06-16 17:31:40 +02:00
parent ab9b3ba85a
commit 573e032cc1
6 changed files with 32 additions and 406 deletions

View file

@ -51,7 +51,7 @@ cdata.set('PACKAGE', '"pipewire"')
cdata.set('PACKAGE_NAME', '"PipeWire"')
cdata.set('PACKAGE_STRING', '"PipeWire @0@"'.format(pipewire_version))
cdata.set('PACKAGE_TARNAME', '"pipewire"')
cdata.set('PACKAGE_URL', '""')
cdata.set('PACKAGE_URL', '"http://pipewire.org"')
cdata.set('PACKAGE_VERSION', '"@0@"'.format(pipewire_version))
cdata.set('MODULEDIR', '"@0@/@1@/pipewire-@2@"'.format(pipewire_libdir,apiversion))
cdata.set('PIPEWIRE_CONFIG_DIR', '"@0@/pipewire"'.format(pipewire_sysconfdir))
@ -147,3 +147,10 @@ if doxygen.found()
else
message('Documentation disabled without doxygen')
endif
xmltoman = find_program('xmltoman', required: false)
if xmltoman.found()
subdir('man')
else
message('Man page disabled without xmltoman')
endif