mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
man: update man build
This commit is contained in:
parent
ab9b3ba85a
commit
573e032cc1
6 changed files with 32 additions and 406 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue