Fix building Lua documentation
This commit is contained in:
parent
efe72b79e4
commit
1fce0c6513
@ -504,7 +504,6 @@ def build(bld):
|
||||
obj.source = list(gtk2_ardour_sources)
|
||||
obj.target = 'luadoc'
|
||||
obj.includes = ['.', '../libs', '../libs/vst3']
|
||||
obj.ldflags = ['-no-undefined']
|
||||
obj.use = [
|
||||
'libpbd',
|
||||
'libardour',
|
||||
|
@ -22,7 +22,7 @@ if test -f $AMANUAL/include/class-reference.html; then
|
||||
php $DIR/fmt-luadoc.php -m > $AMANUAL/include/class-reference.html
|
||||
ls -l $AMANUAL/include/class-reference.html
|
||||
cd $AMANUAL/
|
||||
./build.py --nopdf
|
||||
./build.py
|
||||
else
|
||||
php $DIR/fmt-luadoc.php > /tmp/luadoc.html
|
||||
ls -l /tmp/luadoc.html
|
||||
|
Loading…
Reference in New Issue
Block a user