13 lines
598 B
Diff
13 lines
598 B
Diff
|
diff -Nru jack-1.9.7.orig//wscript jack-1.9.7/wscript
|
||
|
--- jack-1.9.7.orig//wscript 2011-07-02 19:10:08.689007485 +0200
|
||
|
+++ jack-1.9.7/wscript 2011-07-02 19:10:43.066635582 +0200
|
||
|
@@ -316,7 +316,7 @@
|
||
|
|
||
|
if bld.env['BUILD_DOXYGEN_DOCS'] == True:
|
||
|
share_dir = bld.env.get_destdir() + bld.env['PREFIX'] + '/share/jack-audio-connection-kit'
|
||
|
- html_docs_source_dir = "build/default/html"
|
||
|
+ html_docs_source_dir = "html"
|
||
|
html_docs_install_dir = share_dir + '/reference/html/'
|
||
|
if Options.commands['install']:
|
||
|
if os.path.isdir(html_docs_install_dir):
|