waf: configure option for enforcing autostart method
[jack2.git] / man / wscript
blobb71455b0a968f113299b732fc9a9afef78669c98
1 #! /usr/bin/env python
2 # encoding: utf-8
4 import Build
5 import re
6 import os
9 def build(bld):
10 bld.exec_command("cd man ; sh fill_template %s" % bld.env['JACK_VERSION'])
11 bld.install_files(bld.env['MANDIR'], bld.path.ant_glob('*.1'))