mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix building Lua documentation
This commit is contained in:
parent
efe72b79e4
commit
1fce0c6513
2 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue