Browse Source

Fix build of jack-example-tools man pages

Commit e8c0be1ce9 changed the name
of the configuration environment to build the jack-example-tools,
but forgot to change it for man pages.
tags/v1.9.21
Guido Aulisi Filipe Coelho <falktx@falktx.com> 2 years ago
parent
commit
9beb02d828
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      man/wscript

+ 1
- 1
man/wscript View File

@@ -5,6 +5,6 @@
def build(bld):
bld.exec_command('cd man ; sh fill_template {} {}'.format(
bld.env['JACK_VERSION'],
bld.env['HAVE_JACK_EXAMPLE_TOOLS'])
bld.env['BUILD_JACK_EXAMPLE_TOOLS'])
)
bld.install_files(bld.env['MANDIR'], bld.path.ant_glob('*.1'))

Loading…
Cancel
Save