aboutsummaryrefslogtreecommitdiffstats
path: root/gendoc.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-17 05:01:47 +0000
committerDavid Robillard <d@drobilla.net>2011-03-17 05:01:47 +0000
commit65be4ad58b7297c53fc8dcb1a85c3ca946a8f95d (patch)
tree5c167fc3e14702d1f6b42ef608d1408b2119f63e /gendoc.py
parent753a7b7b75c6e69e0d6c659c8772381b31e17ee4 (diff)
downloadlv2-65be4ad58b7297c53fc8dcb1a85c3ca946a8f95d.tar.xz
Use relative links to code documentation.
Diffstat (limited to 'gendoc.py')
-rwxr-xr-xgendoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendoc.py b/gendoc.py
index 94b6814..49cd455 100755
--- a/gendoc.py
+++ b/gendoc.py
@@ -18,7 +18,7 @@ except:
os.makedirs(out_base)
URIPREFIX = 'http://lv2plug.in/ns/'
-DOXPREFIX = 'http://lv2plug.in/ns/doc/html/'
+DOXPREFIX = 'ns/doc/html/'
SPECGENDIR = './specgen'
STYLEURI = os.path.join('aux', 'style.css')
TAGFILE = './doclinks'